gnu: rust-az: Update to 1.2.0.
* gnu/packages/crates-io.scm (rust-az): Update to 1.2.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>master
parent
8f3d6f0112
commit
7b1337fcc3
|
@ -5462,7 +5462,7 @@ built on the Actix ecosystem.")
|
||||||
(define-public rust-az-1
|
(define-public rust-az-1
|
||||||
(package
|
(package
|
||||||
(name "rust-az")
|
(name "rust-az")
|
||||||
(version "1.0.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -5471,7 +5471,7 @@ built on the Actix ecosystem.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sb51w9pjcqb315dg6zv9wwqj1q2fldcc3xmfv0bhkmajiyx9g79"))))
|
"1i2s9bqar8hfxjmfr2cbhi4s26s2sd1kc3x3g517ygshyp8sawgp"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(home-page "https://gitlab.com/tspiteri/az")
|
(home-page "https://gitlab.com/tspiteri/az")
|
||||||
(synopsis "Casts and checked casts")
|
(synopsis "Casts and checked casts")
|
||||||
|
|
Reference in New Issue