mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 12:20:41 -05:00
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:
parent
9ff1ff4004
commit
4c132b703d
1 changed files with 2 additions and 2 deletions
|
@ -20447,7 +20447,7 @@ (define-public rust-flatbuffers-0.8
|
|||
(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 @@ (define-public rust-flate2-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1q5b4r2rclhjbcxlbv5231avp1y6y8bynrf5v3brdzhhvr9yqfnd"))))
|
||||
"0gy5iwfqylb2f0dd9n7r8w2xwbzlrqlsairvyj2w9jf1jzl8hs8y"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue