me
/
guix
Archived
1
0
Fork 0

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
Attila Lendvai 2022-01-20 21:33:35 +01:00 committed by Nicolas Goaziou
parent 8f3d6f0112
commit 7b1337fcc3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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")