mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-decred-dcrd-dcrec-secp256k1-v4: Update to 4.4.0.
* gnu/packages/golang-crypto.scm (go-github-com-decred-dcrd-dcrec-secp256k1-v4): Update to 4.4.0. Change-Id: I92237d10e1b960e5e9de2f79bffce1d0eb74992e
This commit is contained in:
parent
8703783623
commit
d48b4f28e1
1 changed files with 2 additions and 2 deletions
|
@ -739,7 +739,7 @@ and AVX acceleration and zero allocations.")
|
||||||
(define-public go-github-com-decred-dcrd-dcrec-secp256k1-v4
|
(define-public go-github-com-decred-dcrd-dcrec-secp256k1-v4
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-decred-dcrd-dcrec-secp256k1-v4")
|
(name "go-github-com-decred-dcrd-dcrec-secp256k1-v4")
|
||||||
(version "4.3.0")
|
(version "4.4.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -748,7 +748,7 @@ and AVX acceleration and zero allocations.")
|
||||||
(commit (go-version->git-ref version #:subdir "dcrec/secp256k1"))))
|
(commit (go-version->git-ref version #:subdir "dcrec/secp256k1"))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19yqrrspm6n1x7wa1chqj0j95bc5w02ygddr06ajzf6x7i7q09q5"))
|
(base32 "069v37xz9wxyjj79ag462kafhzdjq7jahp20kilx4435h8vhxxyg"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue