sharlatan pushed a commit to branch go-team
in repository guix.

commit 64aedb55764ad6c59afc622eef679ecedfed31c0
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 26 21:15:39 2024 +0100

    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
---
 gnu/packages/golang-crypto.scm | 5 ++---
 1 file 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")

Reply via email to