diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-26 21:15:39 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-26 21:15:39 +0100 |
commit | 64aedb55764ad6c59afc622eef679ecedfed31c0 (patch) | |
tree | c03193dcdf183ef727b09a07b81327946e5b305f /gnu/packages/golang-crypto.scm | |
parent | cbba4c9ed9985e86d771fdd05bed15962d419ca8 (diff) | |
download | guix-64aedb55764ad6c59afc622eef679ecedfed31c0.tar.gz guix-64aedb55764ad6c59afc622eef679ecedfed31c0.zip |
gnu: go-github-com-emersion-go-pgpmail: Update to 0.2.1.
* gnu/packages/golang-crypto.scm (go-github-com-emersion-go-pgpmail): Update to 0.2.1.
[propagated-inputs]: Remove go-golang-org-x-crypto.
Change-Id: I77a4f29b9f72482ff0a66033df122bb0528137e6
Diffstat (limited to 'gnu/packages/golang-crypto.scm')
-rw-r--r-- | gnu/packages/golang-crypto.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index d4509009fa..9d0efee58e 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -527,7 +527,7 @@ library.") (define-public go-github-com-emersion-go-pgpmail (package (name "go-github-com-emersion-go-pgpmail") - (version "0.2.0") + (version "0.2.1") (source (origin (method git-fetch) @@ -536,7 +536,7 @@ library.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0ar26b0apw5bxn58qfn1a79cxigbmrqm1irh1rb7x57fydihc7wm")))) + (base32 "1fiqpdwxnfba2cgij7j83dfqc0zz4mq95x15wicgm5f3vjr1xg5h")))) (build-system go-build-system) (arguments (list ;; tests don't support our version of protonmail/go-crypto; see @@ -546,7 +546,6 @@ library.") (propagated-inputs (list go-github-com-emersion-go-message go-github-com-protonmail-go-crypto - go-golang-org-x-crypto go-golang-org-x-text)) (home-page "https://github.com/emersion/go-pgpmail") (synopsis "PGP mail encryption for Go") |