File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 "
1818files :
1919- " bitcoin-osx-unsigned.tar.gz"
2020script : |
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments