gnu: go-github-com-emersion-go-smtp: Update to 0.21.3.
* gnu/packages/golang.scm (go-github-com-emersion-go-smtp): Update to 0.21.3. Change-Id: I6c7cf9add7b475e1a7b1bc85cadf1950f068803a
This commit is contained in:
parent
d650834c63
commit
8c0be9fa2a
@ -5650,7 +5650,7 @@ can be used to build IMAP clients and servers.")
|
||||
(define-public go-github-com-emersion-go-smtp
|
||||
(package
|
||||
(name "go-github-com-emersion-go-smtp")
|
||||
(version "0.15.0")
|
||||
(version "0.21.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
@ -5659,7 +5659,7 @@ can be used to build IMAP clients and servers.")
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vhc0vpjd4yhxk6wrh01sdpi7nprjn98s46yy82xwlkm0cskl0h7"))))
|
||||
"0drvmvrkmhqhnv4m3my1hbkyyva2vi35b36j0pdi57xc9rflziq3"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list #:import-path "github.com/emersion/go-smtp"))
|
||||
|
Loading…
Reference in New Issue
Block a user