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
|
||||
(package
|
||||
(name "rust-zip")
|
||||
(version "0.5.4")
|
||||
(version "0.5.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -29164,7 +29164,7 @@ (define-public rust-zip-0.5
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1biv5kh4fl7wpjlsxfczvgrdjlybf0xjaw7s36didql8lxxz67z4"))))
|
||||
"0zfv0ascxl8gqqxgjck99kypcb0f67lg2k1a3zwza1w5swl7qa2q"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue