Skip to content

Commit de52879

Browse files
achow101fanquake
authored andcommitted
Update signapple for platform identifier fix
Github-Pull: #24573 Rebased-From: 3c74f77
1 parent 71866d8 commit de52879

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
@@ -490,7 +490,7 @@ and endian independent.")
490490
(license license:expat)))
491491

492492
(define-public python-signapple
493-
(let ((commit "0777ce58e61b0e6be753a5f524149d6d47905186"))
493+
(let ((commit "8a945a2e7583be2665cf3a6a89d665b70ecd1ab6"))
494494
(package
495495
(name "python-signapple")
496496
(version (git-version "0.1" "1" commit))
@@ -503,7 +503,7 @@ and endian independent.")
503503
(file-name (git-file-name name commit))
504504
(sha256
505505
(base32
506-
"19axspyyfqbrfw2r53c17mi9bvm8zsb39mz8v9h7c173qkm3x5ym"))))
506+
"0fr1hangvfyiwflca6jg5g8zvg3jc9qr7vd2c12ff89pznf38dlg"))))
507507
(build-system python-build-system)
508508
(propagated-inputs
509509
`(("python-asn1crypto" ,python-asn1crypto)

0 commit comments

Comments
 (0)