0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-12 11:19:08 -05:00

guix: update signapple

Which includes https://github.com/achow101/signapple/pull/13.
We can drop macholib (and altgraph) as deps.
This commit is contained in:
fanquake 2023-11-13 13:24:05 +00:00
parent 5800c558eb
commit d3cbff16c2
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -422,7 +422,7 @@ and endian independent.")
(license license:expat))) (license license:expat)))
(define-public python-signapple (define-public python-signapple
(let ((commit "7a96b4171a360abf0f0f56e499f8f9ed2116280d")) (let ((commit "62155712e7417aba07565c9780a80e452823ae6a"))
(package (package
(name "python-signapple") (name "python-signapple")
(version (git-version "0.1" "1" commit)) (version (git-version "0.1" "1" commit))
@ -435,14 +435,13 @@ and endian independent.")
(file-name (git-file-name name commit)) (file-name (git-file-name name commit))
(sha256 (sha256
(base32 (base32
"0aa4k180jnpal15yhncnm3g3z9gzmi7qb25q5l0kaj444a1p2pm4")))) "1nm6rm4h4m7kbq729si4cm8rzild62mk4ni8xr5zja7l33fhv3gb"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-asn1crypto" ,python-asn1crypto) `(("python-asn1crypto" ,python-asn1crypto)
("python-oscrypto" ,python-oscrypto) ("python-oscrypto" ,python-oscrypto)
("python-certvalidator" ,python-certvalidator) ("python-certvalidator" ,python-certvalidator)
("python-elfesteem" ,python-elfesteem) ("python-elfesteem" ,python-elfesteem)))
("python-macholib" ,python-macholib)))
;; There are no tests, but attempting to run python setup.py test leads to ;; There are no tests, but attempting to run python setup.py test leads to
;; problems, just disable the test ;; problems, just disable the test
(arguments '(#:tests? #f)) (arguments '(#:tests? #f))