me
/
guix
Archived
1
0
Fork 0

gnu: rust-poly1305-0.7: Allow newer versions of dependencies.

* gnu/packages/crates-io.scm (rust-poly1305-0.7)[source]: Add snippet to
allow newer versions of dependencies.
Efraim Flashner 2023-10-09 12:32:35 +03:00
parent b6a810bbc8
commit 3d29965dd9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 5 additions and 1 deletions

View File

@ -50438,7 +50438,11 @@ library.")
(uri (crate-uri "poly1305" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1pkf4jlriskq9rvz8y5fjj9dw42q6yg5djijlin4n6p1dd3yp2h4"))))
(base32 "1pkf4jlriskq9rvz8y5fjj9dw42q6yg5djijlin4n6p1dd3yp2h4"))
(modules '((guix build utils)))
(snippet
'(begin (substitute* "Cargo.toml"
(("version = \">=1, <1\\.4\"") "version = \"^1\""))))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs