mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-15 12:19:46 +01:00
guix: use latest signapple
Github-Pull: #24506
Rebased-From: 6e9308c6d4
This commit is contained in:
parent
cbdfb46b55
commit
eba46583ed
1 changed files with 2 additions and 2 deletions
|
@ -490,7 +490,7 @@ and endian independent.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-signapple
|
(define-public python-signapple
|
||||||
(let ((commit "b084cbbf44d5330448ffce0c7d118f75781b64bd"))
|
(let ((commit "0777ce58e61b0e6be753a5f524149d6d47905186"))
|
||||||
(package
|
(package
|
||||||
(name "python-signapple")
|
(name "python-signapple")
|
||||||
(version (git-version "0.1" "1" commit))
|
(version (git-version "0.1" "1" commit))
|
||||||
|
@ -503,7 +503,7 @@ and endian independent.")
|
||||||
(file-name (git-file-name name commit))
|
(file-name (git-file-name name commit))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k7inccl2mzac3wq4asbr0kl8s4cghm8982z54kfascqg45shv01"))))
|
"19axspyyfqbrfw2r53c17mi9bvm8zsb39mz8v9h7c173qkm3x5ym"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-asn1crypto" ,python-asn1crypto)
|
`(("python-asn1crypto" ,python-asn1crypto)
|
||||||
|
|
Loading…
Add table
Reference in a new issue