me
/
guix
Archived
1
0
Fork 0

gnu: rust-pem-rfc7468-0.2: Fix inputs.

* gnu/packages/crates-crypto.scm (rust-pem-rfc7468-0.2)[arguments]:
Don't skip the build.
[cargo-inputs]: Replace rust-base64ct-1 with 1.1.

Change-Id: Ib00971627c97adb9e1f32b1b52ac47a9d5842f30
master
Efraim Flashner 2024-06-21 14:35:33 +03:00
parent c2e6f0f4e6
commit 2f9063a9ef
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 2 deletions

View File

@ -3861,8 +3861,7 @@ implementation suitable for use with cryptographic private keys.")
(sha256
(base32 "1m1c9jypydzabg4yscplmvff7pdcc8gg4cqg081hnlf03hxkmsc4"))))
(arguments
`(#:skip-build? #t
#:cargo-inputs (("rust-base64ct" ,rust-base64ct-1))))))
`(#:cargo-inputs (("rust-base64ct" ,rust-base64ct-1.1))))))
(define-public rust-poly1305-0.8
(package