guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 9da645d09abd2e05a8c76e769ac4c14ac55e1327 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue Jun 10 14:54:52 2025 +0100
gnu: go-github-com-protonmail-go-crypto: Update to 1.3.0. * gnu/packages/golang-crypto.scm (go-github-com-protonmail-go-crypto): Update to 1.3.0. Change-Id: I3230fda35e80f6f459e65c5d6924a67824d6e07c --- gnu/packages/golang-crypto.scm | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index f741115828..aa7655a617 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -2179,7 +2179,7 @@ done by Marc Stevens and Dan Shumow, and can be found at: (define-public go-github-com-protonmail-go-crypto (package (name "go-github-com-protonmail-go-crypto") - (version "1.1.3") + (version "1.3.0") (source (origin (method git-fetch) @@ -2188,14 +2188,12 @@ done by Marc Stevens and Dan Shumow, and can be found at: (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0kcan2bw548cn6pm282zyddysv400dankcsrdanha7qmxqki34c0")))) + (base32 "0h4zhdxpg5qh5li4r2nsjya757d9kghqjxg3cch4pm3wqvkpjg1h")))) (build-system go-build-system) (arguments (list - #:import-path "github.com/ProtonMail/go-crypto" - #:phases - #~(modify-phases %standard-phases - (delete 'build)))) ; no go files in project's root + #:skip-build? #t + #:import-path "github.com/ProtonMail/go-crypto")) (propagated-inputs (list go-github-com-cloudflare-circl go-golang-org-x-crypto))