Skip to content

Commit 6e9308c

Browse files
committed
guix: use latest signapple
1 parent 7003b6a commit 6e9308c

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 "9f42f3c8295d4107ee7a22e523ec17449a936f43"))
488+
(let ((commit "0777ce58e61b0e6be753a5f524149d6d47905186"))
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-
"0j1sqi0g8k2z5y56iayh5pw9yyq1r6ry3q5zy0cdy2sispiwvdnp"))))
501+
"19axspyyfqbrfw2r53c17mi9bvm8zsb39mz8v9h7c173qkm3x5ym"))))
502502
(build-system python-build-system)
503503
(propagated-inputs
504504
`(("python-asn1crypto" ,python-asn1crypto)

0 commit comments

Comments
 (0)