mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: rust-flate2-1: Update to 1.0.28.
* gnu/packages/crates-io.scm (rust-flate2-1): Update to 1.0.28. Change-Id: I50bf920075c4611bc0a4f3390efe85af789e1677
This commit is contained in:
parent
e36e59495b
commit
ee9872993f
1 changed files with 2 additions and 2 deletions
|
@ -25708,14 +25708,14 @@ (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.27")
|
(version "1.0.28")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "flate2" version))
|
(uri (crate-uri "flate2" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "045hvzdv3159qqjlgr5i3p4d346briddkipwyb5iv7ay17l8xjf6"))))
|
(base32 "03llhsh4gqdirnfxxb9g2w9n0721dyn4yjir3pz7z4vjaxb3yc26"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue