Skip to content

Commit ce8276b

Browse files
committed
Merge bitcoin/bitcoin#22190: Use latest signapple commit
683d197 Use latest signapple commit (Andrew Chow) Pull request description: Update gitian and guix to use the same latest signapple commit. Also changed guix to use the actual repo. The changes from the fork were incorporated upstream. ACKs for top commit: fanquake: ACK 683d197 - sanity checked that the updated package is built: Tree-SHA512: a4981f8bbe33e6c5654632bc9b9f6f2f1e675741a19ac7296205e370f1e64a747101ecb632e0cc82a0134e4c2e9ce47b3f7b4d8c8f75f0f06dd069c078303759
2 parents 551933f + 683d197 commit ce8276b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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)