me
/
guix
Archived
1
0
Fork 0

gnu: rust-schemars-0.8: Update to 0.8.20.

* gnu/packages/crates-io.scm (rust-schemars-0.8): Update to 0.8.20.

Change-Id: Ib5478caecc7ba7f886542c2cc024dccb40453487
master
Nicolas Goaziou 2024-05-20 21:39:04 +02:00 committed by Efraim Flashner
parent d5fe76e9e8
commit a871cb0659
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -66719,14 +66719,14 @@ single-cell matrices.")
(define-public rust-schemars-0.8
(package
(name "rust-schemars")
(version "0.8.16")
(version "0.8.20")
(source
(origin
(method url-fetch)
(uri (crate-uri "schemars" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0aadpjkaq7yl11b02pg4mwanylck328zg0q7w56dv6j89568z8j5"))))
(base32 "0aby31lm1jwlj5hlw5lqq7xyzhc6vrmghdjq995f5asbl7p8q8dh"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs