mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 23:09:44 -04:00
Use latest signapple commit
Update gitian and guix to use the same latest signapple commit
This commit is contained in:
parent
82bc7faec8
commit
683d197970
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ remotes:
|
||||||
"dir": "signature"
|
"dir": "signature"
|
||||||
- "url": "https://github.com/achow101/signapple.git"
|
- "url": "https://github.com/achow101/signapple.git"
|
||||||
"dir": "signapple"
|
"dir": "signapple"
|
||||||
"commit": "c7e73aa27a7615ac9506559173f787e2906b25eb"
|
"commit": "b084cbbf44d5330448ffce0c7d118f75781b64bd"
|
||||||
files:
|
files:
|
||||||
- "bitcoin-osx-unsigned.tar.gz"
|
- "bitcoin-osx-unsigned.tar.gz"
|
||||||
script: |
|
script: |
|
||||||
|
|
|
@ -524,7 +524,7 @@ and endian independent.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public python-signapple
|
(define-public python-signapple
|
||||||
(let ((commit "4ff1c1754e37042c002a3f6375c47fd931f2030b"))
|
(let ((commit "b084cbbf44d5330448ffce0c7d118f75781b64bd"))
|
||||||
(package
|
(package
|
||||||
(name "python-signapple")
|
(name "python-signapple")
|
||||||
(version (git-version "0.1" "1" commit))
|
(version (git-version "0.1" "1" commit))
|
||||||
|
@ -532,12 +532,12 @@ and endian independent.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/dongcarl/signapple")
|
(url "https://github.com/achow101/signapple")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name commit))
|
(file-name (git-file-name name commit))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"043czyzfm04rcx5xsp59vsppla3vm5g45dbp1npy2hww4066rlnh"))))
|
"0k7inccl2mzac3wq4asbr0kl8s4cghm8982z54kfascqg45shv01"))))
|
||||||
(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