diff options
author | Aleksandr Vityazev <avityazev@posteo.org> | 2022-01-17 15:10:20 +0000 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-01-22 13:10:00 +0100 |
commit | 4c132b703dc6ac73db26342b0b592e8c714f831d (patch) | |
tree | 72db95ecaee107d17f1474da8f651d9597080476 | |
parent | 9ff1ff400406619a8d092a6f28dcb1e891b79b6e (diff) | |
download | guix-4c132b703dc6ac73db26342b0b592e8c714f831d.tar.gz |
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>
-rw-r--r-- | gnu/packages/crates-io.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 6ae8280ee2..b2e896e240 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -20447,7 +20447,7 @@ cross platform API.") (define-public rust-flate2-1 (package (name "rust-flate2") - (version "1.0.20") + (version "1.0.22") (source (origin (method url-fetch) @@ -20456,7 +20456,7 @@ cross platform API.") (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1q5b4r2rclhjbcxlbv5231avp1y6y8bynrf5v3brdzhhvr9yqfnd")))) + "0gy5iwfqylb2f0dd9n7r8w2xwbzlrqlsairvyj2w9jf1jzl8hs8y")))) (build-system cargo-build-system) (arguments `(#:skip-build? #t |