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:
Sharlatan Hellseher 2024-07-28 00:18:34 +01:00
parent d650834c63
commit 8c0be9fa2a
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5

View File

@ -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"))