mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
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
This commit is contained in:
parent
cbba4c9ed9
commit
64aedb5576
1 changed files with 2 additions and 3 deletions
|
@ -527,7 +527,7 @@ library.")
|
||||||
(define-public go-github-com-emersion-go-pgpmail
|
(define-public go-github-com-emersion-go-pgpmail
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-emersion-go-pgpmail")
|
(name "go-github-com-emersion-go-pgpmail")
|
||||||
(version "0.2.0")
|
(version "0.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -536,7 +536,7 @@ library.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ar26b0apw5bxn58qfn1a79cxigbmrqm1irh1rb7x57fydihc7wm"))))
|
(base32 "1fiqpdwxnfba2cgij7j83dfqc0zz4mq95x15wicgm5f3vjr1xg5h"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list ;; tests don't support our version of protonmail/go-crypto; see
|
(list ;; tests don't support our version of protonmail/go-crypto; see
|
||||||
|
@ -546,7 +546,6 @@ library.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-emersion-go-message
|
(list go-github-com-emersion-go-message
|
||||||
go-github-com-protonmail-go-crypto
|
go-github-com-protonmail-go-crypto
|
||||||
go-golang-org-x-crypto
|
|
||||||
go-golang-org-x-text))
|
go-golang-org-x-text))
|
||||||
(home-page "https://github.com/emersion/go-pgpmail")
|
(home-page "https://github.com/emersion/go-pgpmail")
|
||||||
(synopsis "PGP mail encryption for Go")
|
(synopsis "PGP mail encryption for Go")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue