gnu: go-github-com-emersion-go-smtp: Update to 0.22.0.

* gnu/packages/golang-web.scm (go-github-com-emersion-go-smtp): Update to 0.22.0.
[arguments] <go>: Use go-1.23.

Change-Id: I3b5090c27b96f33ee86edfc5e8e605a00677e588
This commit is contained in:
Sharlatan Hellseher 2025-06-12 11:11:51 +01:00
parent 367cdbb054
commit c1922e0ba1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2799,7 +2799,7 @@ for Go.")
(define-public go-github-com-emersion-go-smtp
(package
(name "go-github-com-emersion-go-smtp")
(version "0.21.3")
(version "0.22.0")
(source
(origin
(method git-fetch)
@ -2808,10 +2808,11 @@ for Go.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0drvmvrkmhqhnv4m3my1hbkyyva2vi35b36j0pdi57xc9rflziq3"))))
(base32 "0p57x0x0pvk24pgl6qnyz7pvfvdncj8bs5p5k0g10phh5p8md684"))))
(build-system go-build-system)
(arguments
(list
#:go go-1.23
#:import-path "github.com/emersion/go-smtp"))
(propagated-inputs
(list go-github-com-emersion-go-sasl))