@@ -3820,3 +3820,27 @@ gist (https://gist.github.com/kballard/272720)")
(description "An IMAP4rev1 library written in Go. It can be used to build
a client and/or a server.")
(license license:expat))))
+
+(define-public go-github-com-emersion-go-sasl
+ (let ((commit "240c8404624e076f633766c16adbe96c7ac516b7")
+ (url "https://github.com/emersion/go-sasl"))
+ (package
+ (name "go-github-com-emersion-go-sasl")
+ (version (git-version "0.0.0" "0" commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url url)
+ (commit commit)))
+ (sha256
+ (base32
+ "1py18p3clp474xhx6ypyp0bgv6n1dfm24m95cyyqb0k3vibar6ih"))
+ (file-name (git-file-name name version))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/emersion/go-sasl"))
+ (home-page url)
+ (synopsis "A SASL library written in Go")
+ (description "A SASL library written in Go.")
+ (license license:expat))))