@@ -422,7 +422,7 @@ and endian independent.")
422
422
(license license:expat)))
423
423
424
424
(define-public python-signapple
425
- (let ((commit " 7a96b4171a360abf0f0f56e499f8f9ed2116280d " ))
425
+ (let ((commit " 62155712e7417aba07565c9780a80e452823ae6a " ))
426
426
(package
427
427
(name " python-signapple" )
428
428
(version (git-version " 0.1" " 1" commit))
@@ -435,14 +435,13 @@ and endian independent.")
435
435
(file-name (git-file-name name commit))
436
436
(sha256
437
437
(base32
438
- " 0aa4k180jnpal15yhncnm3g3z9gzmi7qb25q5l0kaj444a1p2pm4 " ))))
438
+ " 1nm6rm4h4m7kbq729si4cm8rzild62mk4ni8xr5zja7l33fhv3gb " ))))
439
439
(build-system python-build-system)
440
440
(propagated-inputs
441
441
`((" python-asn1crypto" ,python-asn1crypto)
442
442
(" python-oscrypto" ,python-oscrypto)
443
443
(" python-certvalidator" ,python-certvalidator)
444
- (" python-elfesteem" ,python-elfesteem)
445
- (" python-macholib" ,python-macholib)))
444
+ (" python-elfesteem" ,python-elfesteem)))
446
445
; ; There are no tests, but attempting to run python setup.py test leads to
447
446
; ; problems, just disable the test
448
447
(arguments ' (#:tests? #f ))
0 commit comments