Skip to content

Commit d3cbff1

Browse files
committed
guix: update signapple
Which includes achow101/signapple#13. We can drop macholib (and altgraph) as deps.
1 parent 5800c55 commit d3cbff1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

contrib/guix/manifest.scm

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ and endian independent.")
422422
(license license:expat)))
423423

424424
(define-public python-signapple
425-
(let ((commit "7a96b4171a360abf0f0f56e499f8f9ed2116280d"))
425+
(let ((commit "62155712e7417aba07565c9780a80e452823ae6a"))
426426
(package
427427
(name "python-signapple")
428428
(version (git-version "0.1" "1" commit))
@@ -435,14 +435,13 @@ and endian independent.")
435435
(file-name (git-file-name name commit))
436436
(sha256
437437
(base32
438-
"0aa4k180jnpal15yhncnm3g3z9gzmi7qb25q5l0kaj444a1p2pm4"))))
438+
"1nm6rm4h4m7kbq729si4cm8rzild62mk4ni8xr5zja7l33fhv3gb"))))
439439
(build-system python-build-system)
440440
(propagated-inputs
441441
`(("python-asn1crypto" ,python-asn1crypto)
442442
("python-oscrypto" ,python-oscrypto)
443443
("python-certvalidator" ,python-certvalidator)
444-
("python-elfesteem" ,python-elfesteem)
445-
("python-macholib" ,python-macholib)))
444+
("python-elfesteem" ,python-elfesteem)))
446445
;; There are no tests, but attempting to run python setup.py test leads to
447446
;; problems, just disable the test
448447
(arguments '(#:tests? #f))

0 commit comments

Comments
 (0)