We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7003b6a commit 6e9308cCopy full SHA for 6e9308c
contrib/guix/manifest.scm
@@ -485,7 +485,7 @@ and endian independent.")
485
(license license:expat)))
486
487
(define-public python-signapple
488
- (let ((commit "9f42f3c8295d4107ee7a22e523ec17449a936f43"))
+ (let ((commit "0777ce58e61b0e6be753a5f524149d6d47905186"))
489
(package
490
(name "python-signapple")
491
(version (git-version "0.1" "1" commit))
@@ -498,7 +498,7 @@ and endian independent.")
498
(file-name (git-file-name name commit))
499
(sha256
500
(base32
501
- "0j1sqi0g8k2z5y56iayh5pw9yyq1r6ry3q5zy0cdy2sispiwvdnp"))))
+ "19axspyyfqbrfw2r53c17mi9bvm8zsb39mz8v9h7c173qkm3x5ym"))))
502
(build-system python-build-system)
503
(propagated-inputs
504
`(("python-asn1crypto" ,python-asn1crypto)
0 commit comments