Skip to content

Commit 79539fb

Browse files
committed
guix: update signapple
Fixes #28449
1 parent d51fb9c commit 79539fb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

contrib/guix/manifest.scm

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
((gnu packages python) #:select (python-minimal))
2020
((gnu packages python-build) #:select (python-tomli))
2121
((gnu packages python-crypto) #:select (python-asn1crypto))
22-
((gnu packages python-web) #:select (python-requests))
2322
((gnu packages tls) #:select (openssl))
2423
((gnu packages version-control) #:select (git-minimal))
2524
(guix build-system cmake)
@@ -445,7 +444,7 @@ and endian independent.")
445444
(license license:expat)))
446445

447446
(define-public python-signapple
448-
(let ((commit "8a945a2e7583be2665cf3a6a89d665b70ecd1ab6"))
447+
(let ((commit "7a96b4171a360abf0f0f56e499f8f9ed2116280d"))
449448
(package
450449
(name "python-signapple")
451450
(version (git-version "0.1" "1" commit))
@@ -458,14 +457,13 @@ and endian independent.")
458457
(file-name (git-file-name name commit))
459458
(sha256
460459
(base32
461-
"0fr1hangvfyiwflca6jg5g8zvg3jc9qr7vd2c12ff89pznf38dlg"))))
460+
"0aa4k180jnpal15yhncnm3g3z9gzmi7qb25q5l0kaj444a1p2pm4"))))
462461
(build-system python-build-system)
463462
(propagated-inputs
464463
`(("python-asn1crypto" ,python-asn1crypto)
465464
("python-oscrypto" ,python-oscrypto)
466465
("python-certvalidator" ,python-certvalidator)
467466
("python-elfesteem" ,python-elfesteem)
468-
("python-requests" ,python-requests)
469467
("python-macholib" ,python-macholib)))
470468
;; There are no tests, but attempting to run python setup.py test leads to
471469
;; problems, just disable the test

0 commit comments

Comments
 (0)