diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-12 11:11:51 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-26 19:55:45 +0200 |
commit | 4a0a969e414a8b44d9dc43cdb9e9143d8547db40 (patch) | |
tree | f2a9c9e5853da31c7a00ed32c687780c4ea00c63 | |
parent | 5acccba5c5b22d670a6d3ce2fde464a659236876 (diff) |
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
-rw-r--r-- | gnu/packages/golang-web.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 68620f7234..897c2ca9b5 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -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)) |