diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-10 14:54:52 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:47 +0100 |
| commit | 58a31f195c578f81f41e2e822378ceb785f69056 (patch) | |
| tree | 7b8377adc4e12f1895739bd94e1454f67b9a4ad3 /gnu | |
| parent | 53ec9ae10b6f98f7ebce04cd3fef2542df3620fa (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-crypto.scm | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index 1975c972ae9..f0d509bc4bf 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -2180,7 +2180,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) @@ -2189,19 +2189,17 @@ 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 + #:skip-build? #t #:import-path "github.com/ProtonMail/go-crypto" #:test-flags (if (target-riscv64?) ;; This test times out on riscv64-linux. #~(list "-skip" "TestEndToEnd") - #~'()) - #:phases - #~(modify-phases %standard-phases - (delete 'build)))) ; no go files in project's root + #~'()))) (propagated-inputs (list go-github-com-cloudflare-circl go-golang-org-x-crypto)) |
