[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
145/401: gnu: go-github-com-protonmail-go-crypto: Update to 1.1.3.
From: |
guix-commits |
Subject: |
145/401: gnu: go-github-com-protonmail-go-crypto: Update to 1.1.3. |
Date: |
Thu, 26 Dec 2024 19:30:46 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 5807c67517c4cb52b361f587d93226f1970b8a2d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Dec 14 13:50:22 2024 +0000
gnu: go-github-com-protonmail-go-crypto: Update to 1.1.3.
* gnu/packages/golang-crypto.scm (go-github-com-protonmail-go-crypto):
Update to 1.1.3.
[argumetns]<phases>: Use default 'check.
Change-Id: I5350d74f0f763898f9dad62d18e318486ad7e148
---
gnu/packages/golang-crypto.scm | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index c8d12f2b3b..abee13606d 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -1442,7 +1442,7 @@ algorithm.")
(define-public go-github-com-protonmail-go-crypto
(package
(name "go-github-com-protonmail-go-crypto")
- (version "1.0.0")
+ (version "1.1.3")
(source
(origin
(method git-fetch)
@@ -1451,21 +1451,14 @@ algorithm.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "11q94983r6zjrdvflpikms4773a9s5vb9gg4qw1rj5800yhhah0n"))))
+ (base32 "0kcan2bw548cn6pm282zyddysv400dankcsrdanha7qmxqki34c0"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/ProtonMail/go-crypto"
#:phases
#~(modify-phases %standard-phases
- ;; XXX: Workaround for go-build-system's lack of Go modules
- ;; support.
- (delete 'build)
- (replace 'check
- (lambda* (#:key tests? import-path #:allow-other-keys)
- (when tests?
- (with-directory-excursion (string-append "src/" import-path)
- (invoke "go" "test" "-v" "./..."))))))))
+ (delete 'build)))) ; no go files in project's root
(propagated-inputs
(list go-github-com-cloudflare-circl
go-golang-org-x-crypto))
- 397/401: gnu: go-github-com-operatorfoundation-obfs4: Simplify., (continued)
- 397/401: gnu: go-github-com-operatorfoundation-obfs4: Simplify., guix-commits, 2024/12/26
- 398/401: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel: Fix tests., guix-commits, 2024/12/26
- 127/401: gnu: Add go-github-com-moby-sys-userns., guix-commits, 2024/12/26
- 126/401: gnu: go-github-com-urfave-cli: Adjust inputs., guix-commits, 2024/12/26
- 125/401: gnu: go-github-com-containerd-cgroups: Fix build., guix-commits, 2024/12/26
- 140/401: gnu: Add go-github-com-jackc-pgx-v4., guix-commits, 2024/12/26
- 156/401: gnu: go-github-com-google-pprof: Fix build., guix-commits, 2024/12/26
- 154/401: gnu: go-github-com-go-git-go-git-fixtures-v4: Fix build., guix-commits, 2024/12/26
- 142/401: gnu: Add go-github-com-jackc-pgerrcode., guix-commits, 2024/12/26
- 152/401: gnu: go-github-com-coreos-go-semver: Move to golang-xyz., guix-commits, 2024/12/26
- 145/401: gnu: go-github-com-protonmail-go-crypto: Update to 1.1.3.,
guix-commits <=
- 141/401: gnu: Add go-github-com-jackc-pgx-v5., guix-commits, 2024/12/26
- 149/401: gnu: go-github-com-francoispqt-gojay: Fix build., guix-commits, 2024/12/26
- 146/401: gnu: go-github-com-cheggaaa-pb: Adjust inputs., guix-commits, 2024/12/26
- 143/401: gnu: go-github-com-bwesterb-go-ristretto: Fix import path., guix-commits, 2024/12/26
- 147/401: gnu: Add go-github-com-go-errors-errors., guix-commits, 2024/12/26
- 153/401: gnu: go-github-com-go-git-go-billy-v5: Update to 5.6.0., guix-commits, 2024/12/26
- 163/401: gnu: go-github-com-aws-aws-sdk-go-v2: Fix build., guix-commits, 2024/12/26
- 165/401: gnu: go-github-com-google-gofuzz: Fix indentation., guix-commits, 2024/12/26
- 166/401: gnu: go-github-com-creack-pty: Update to 1.1.24., guix-commits, 2024/12/26
- 178/401: gnu: go-github-com-smartystreets-goconvey: Improve package style., guix-commits, 2024/12/26