Skip to content

Commit 3c74f77

Browse files
committed
Update signapple for platform identifier fix
1 parent 7b83c7d commit 3c74f77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/guix/manifest.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ and endian independent.")
485485
(license license:expat)))
486486

487487
(define-public python-signapple
488-
(let ((commit "0777ce58e61b0e6be753a5f524149d6d47905186"))
488+
(let ((commit "8a945a2e7583be2665cf3a6a89d665b70ecd1ab6"))
489489
(package
490490
(name "python-signapple")
491491
(version (git-version "0.1" "1" commit))
@@ -498,7 +498,7 @@ and endian independent.")
498498
(file-name (git-file-name name commit))
499499
(sha256
500500
(base32
501-
"19axspyyfqbrfw2r53c17mi9bvm8zsb39mz8v9h7c173qkm3x5ym"))))
501+
"0fr1hangvfyiwflca6jg5g8zvg3jc9qr7vd2c12ff89pznf38dlg"))))
502502
(build-system python-build-system)
503503
(propagated-inputs
504504
`(("python-asn1crypto" ,python-asn1crypto)

0 commit comments

Comments
 (0)