Skip to content

Commit 683d197

Browse files
committed
Use latest signapple commit
Update gitian and guix to use the same latest signapple commit
1 parent 82bc7fa commit 683d197

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

contrib/gitian-descriptors/gitian-osx-signer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ remotes:
1414
"dir": "signature"
1515
- "url": "https://github.com/achow101/signapple.git"
1616
"dir": "signapple"
17-
"commit": "c7e73aa27a7615ac9506559173f787e2906b25eb"
17+
"commit": "b084cbbf44d5330448ffce0c7d118f75781b64bd"
1818
files:
1919
- "bitcoin-osx-unsigned.tar.gz"
2020
script: |

contrib/guix/manifest.scm

+3-3
Original file line numberDiff line numberDiff line change
@@ -524,20 +524,20 @@ and endian independent.")
524524
(license license:expat)))
525525

526526
(define-public python-signapple
527-
(let ((commit "4ff1c1754e37042c002a3f6375c47fd931f2030b"))
527+
(let ((commit "b084cbbf44d5330448ffce0c7d118f75781b64bd"))
528528
(package
529529
(name "python-signapple")
530530
(version (git-version "0.1" "1" commit))
531531
(source
532532
(origin
533533
(method git-fetch)
534534
(uri (git-reference
535-
(url "https://github.com/dongcarl/signapple")
535+
(url "https://github.com/achow101/signapple")
536536
(commit commit)))
537537
(file-name (git-file-name name commit))
538538
(sha256
539539
(base32
540-
"043czyzfm04rcx5xsp59vsppla3vm5g45dbp1npy2hww4066rlnh"))))
540+
"0k7inccl2mzac3wq4asbr0kl8s4cghm8982z54kfascqg45shv01"))))
541541
(build-system python-build-system)
542542
(propagated-inputs
543543
`(("python-asn1crypto" ,python-asn1crypto)

0 commit comments

Comments
 (0)