gnu: rust-serde-derive-1: Update to 1.0.133.

* gnu/packages/crates-io.scm (rust-serde-derive-1): Update to 1.0.133.
[description]: End with a period.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Aleksandr Vityazev 2022-01-17 13:14:02 +00:00 committed by Nicolas Goaziou
parent ddd4e12c9b
commit da3dd5afa5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -50314,14 +50314,14 @@ (define-public rust-serdeconv-0.4
(define-public rust-serde-derive-1
(package
(name "rust-serde-derive")
(version "1.0.130")
(version "1.0.133")
(source
(origin
(method url-fetch)
(uri (crate-uri "serde-derive" version))
(file-name (string-append name "-" version ".crate"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "12shxhi47db54i4j44ic2nl299x5p89ngna0w3m6854nn4d1mg6p"))))
(base32 "0dym0l8a0pch0mkqnhrf89n4wngzwf0d1z88hb8dhs456acic87d"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@ -50334,7 +50334,7 @@ (define-public rust-serde-derive-1
(synopsis
"Macros 1.1 implementation of #[derive(Serialize, Deserialize)]")
(description
"Macros 1.1 implementation of #[derive(Serialize, Deserialize)]")
"Macros 1.1 implementation of #[derive(Serialize, Deserialize)].")
(license (list license:expat license:asl2.0))))
(define-public rust-serde-derive-0.9