Skip to content

Commit 40894f6

Browse files
committed
guix: use latest upstream signapple
This should improve support for signing for M1 binaries.
1 parent cbc3f63 commit 40894f6

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

0 commit comments

Comments
 (0)