[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/97: gnu: packages/golang-crypto: Apply #:subdir parameter.
From: |
guix-commits |
Subject: |
04/97: gnu: packages/golang-crypto: Apply #:subdir parameter. |
Date: |
Sun, 15 Sep 2024 16:28:38 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit fe5ccf096b5189e81795a156802133d8ddf850ca
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Sep 12 21:58:57 2024 +0100
gnu: packages/golang-crypto: Apply #:subdir parameter.
* gnu/packages/golang-crypto.scm (go-github-com-decred-dcrd-crypto-blake256,
go-github-com-decred-dcrd-dcrec-secp256k1-v4) [source]: Apply new
<#:subdir> parameter for monorepo projects.
Change-Id: I85004b257c767ce202129e621d78b285d4578f7a
---
gnu/packages/golang-crypto.scm | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 0d68e4b216..ff548b7c3b 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -559,13 +559,7 @@ one-time authenticator as specified in
(method git-fetch)
(uri (git-reference
(url "https://github.com/decred/dcrd")
- (commit (go-version->git-ref
- ;; XXX: While waiting on consensus:
- ;; - https://issues.guix.gnu.org/52362
- ;; - https://issues.guix.gnu.org/63001
- ;; - https://issues.guix.gnu.org/63647
- ;; - https://issues.guix.gnu.org/69827
- (string-append "crypto/blake256/v" version)))))
+ (commit (go-version->git-ref version #:subdir
"crypto/blake256"))))
(file-name (git-file-name name version))
(sha256
(base32 "1mjzlyz2a3516g46kv421nacjd7p4g9l8ih4i7xijvsi480s5pja"))
@@ -603,13 +597,7 @@ and AVX acceleration and zero allocations.")
(method git-fetch)
(uri (git-reference
(url "https://github.com/decred/dcrd")
- (commit (go-version->git-ref
- ;; XXX: While waiting on consensus:
- ;; - https://issues.guix.gnu.org/52362
- ;; - https://issues.guix.gnu.org/63001
- ;; - https://issues.guix.gnu.org/63647
- ;; - https://issues.guix.gnu.org/69827
- (string-append "dcrec/secp256k1/v" version)))))
+ (commit (go-version->git-ref version #:subdir
"dcrec/secp256k1"))))
(file-name (git-file-name name version))
(sha256
(base32 "19yqrrspm6n1x7wa1chqj0j95bc5w02ygddr06ajzf6x7i7q09q5"))
- branch go-team updated (d893d04047 -> 1adf9dfece), guix-commits, 2024/09/15
- 04/97: gnu: packages/golang-crypto: Apply #:subdir parameter.,
guix-commits <=
- 01/97: build-system/go: Add subdir parameter to go-version->git-ref., guix-commits, 2024/09/15
- 05/97: gnu: go-golang-org-x-image: Update to 0.20.0., guix-commits, 2024/09/15
- 02/97: import/go: Account for monorepo modules in the Go importer., guix-commits, 2024/09/15
- 10/97: gnu: go-golang-org-x-text: Update to 0.18.0., guix-commits, 2024/09/15
- 16/97: gnu: go-github-com-golang-groupcache: Update to 0.0.0-20210331224755-41bb18bfe9da., guix-commits, 2024/09/15
- 23/97: gnu: go-github-com-prometheus-exporter-toolkit: Fix build., guix-commits, 2024/09/15
- 15/97: gnu: go-google-golang-org-protobuf: Enable all tests, guix-commits, 2024/09/15
- 19/97: gnu: go-github-com-libp2p-go-msgio: Fix build., guix-commits, 2024/09/15
- 28/97: gnu: go-golang-org-x-tools: Update to 0.25.0., guix-commits, 2024/09/15
- 41/97: gnu: go-github-com-sergi-go-diff: Update to 1.3.1., guix-commits, 2024/09/15