Archived
1
0
Fork 0

gnu: rust-serde-1: Update to 1.0.152.

* gnu/packages/crates-io.scm (rust-serde-1): Update to 1.0.152.
This commit is contained in:
Efraim Flashner 2023-01-12 17:07:12 +02:00
parent 4b619cd7ef
commit 89ce1a5c89
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -51575,14 +51575,14 @@ fragment of code.")
(define-public rust-serde-1
(package
(name "rust-serde")
(version "1.0.148")
(version "1.0.152")
(source
(origin
(method url-fetch)
(uri (crate-uri "serde" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1p62a9n1527bv3k0fmjgny1ps12mr90v3qbn0rnis6d09fxn8gz5"))))
(base32 "1ysykpc4a9f1yn7zikdwhyfs0bpa7mlc8vsm7sl4glr1606iyzdv"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t