mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: rust-zip-0.5: Update to 0.5.6.
* gnu/packages/crates-io.scm (rust-zip-0.5): Update to 0.5.6.
This commit is contained in:
parent
a8b60f4269
commit
ad421ff0bc
1 changed files with 2 additions and 2 deletions
|
@ -29155,7 +29155,7 @@ (define-public rust-zbase32-0.1
|
||||||
(define-public rust-zip-0.5
|
(define-public rust-zip-0.5
|
||||||
(package
|
(package
|
||||||
(name "rust-zip")
|
(name "rust-zip")
|
||||||
(version "0.5.4")
|
(version "0.5.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -29164,7 +29164,7 @@ (define-public rust-zip-0.5
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1biv5kh4fl7wpjlsxfczvgrdjlybf0xjaw7s36didql8lxxz67z4"))))
|
"0zfv0ascxl8gqqxgjck99kypcb0f67lg2k1a3zwza1w5swl7qa2q"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue