gnu: rust-flate2-1: Update to 1.0.22.

* gnu/packages/crates-io.scm (rust-flate2-1): Update to 1.0.22.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Aleksandr Vityazev 2022-01-17 15:10:20 +00:00 committed by Nicolas Goaziou
parent 9ff1ff4004
commit 4c132b703d
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -20447,7 +20447,7 @@ (define-public rust-flatbuffers-0.8
(define-public rust-flate2-1 (define-public rust-flate2-1
(package (package
(name "rust-flate2") (name "rust-flate2")
(version "1.0.20") (version "1.0.22")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -20456,7 +20456,7 @@ (define-public rust-flate2-1
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1q5b4r2rclhjbcxlbv5231avp1y6y8bynrf5v3brdzhhvr9yqfnd")))) "0gy5iwfqylb2f0dd9n7r8w2xwbzlrqlsairvyj2w9jf1jzl8hs8y"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t