me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-serde-test-1): Update to 1.0.160.
master
Efraim Flashner 2023-04-24 16:07:14 +03:00
parent a5cbfda871
commit a4f87c04d9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -55452,7 +55452,7 @@ by dynamically growing the stack.")
(define-public rust-serde-test-1
(package
(name "rust-serde-test")
(version "1.0.152")
(version "1.0.160")
(source
(origin
(method url-fetch)
@ -55461,7 +55461,7 @@ by dynamically growing the stack.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"17pdigm0w1wvch7vpnk13199wn3gmkb0883l0hr53qv75l6j249n"))))
"1s3mcs9b3qw59lc6w2d1bkpklh2fjclvy5iszkvmhcljwc0ab59w"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; Requires a newer rust