me
/
guix
Archived
1
0
Fork 0

gnu: rust-zerocopy-0.7: Accept newer versions of dependencies.

* gnu/packages/crates-io.scm (rust-zerocopy-0.7)[source]: Add snippet to
allow newer versions of dependencies.

Change-Id: I9a293593e1677aceb8c664737642c197fa6ee970
master
Efraim Flashner 2024-03-13 21:49:52 +02:00
parent 7c52d70ba9
commit 8883d8de0e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 1 deletions

View File

@ -80078,7 +80078,12 @@ for locating fonts.")
(uri (crate-uri "zerocopy" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ghnfxw69kx5d1aqfd5fsfrra9dgpz17yqx84nd4ryjk3sbd7m3l"))))
(base32 "1ghnfxw69kx5d1aqfd5fsfrra9dgpz17yqx84nd4ryjk3sbd7m3l"))
(modules '((guix build utils)))
(snippet
'(begin (substitute* "Cargo.toml"
(("\"= ?([[:digit:]]+(\\.[[:digit:]]+)*)" _ version)
(string-append "\"^" version)))))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; use of undeclared crate or module `testutil`