me
/
guix
Archived
1
0
Fork 0

gnu: rust-serde-test-1: Update to 1.0.171.

* gnu/packages/crates-io.scm (rust-serde-test-1): Update to 1.0.171.
[arguments]: Don't skip tests.
Efraim Flashner 2023-07-13 18:40:32 +03:00
parent 281e631761
commit 07a7b06794
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -57919,7 +57919,7 @@ by dynamically growing the stack.")
(define-public rust-serde-test-1
(package
(name "rust-serde-test")
(version "1.0.160")
(version "1.0.171")
(source
(origin
(method url-fetch)
@ -57928,11 +57928,10 @@ by dynamically growing the stack.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1s3mcs9b3qw59lc6w2d1bkpklh2fjclvy5iszkvmhcljwc0ab59w"))))
"0fjsdcxx1ig10qf73dqwgyy7ksjwmmi3657aaybyqj8l9qphlj5n"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Requires a newer rust
#:cargo-inputs
`(#:cargo-inputs
(("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(("rust-serde" ,rust-serde-1)