gnu: zchunk: Update to 1.3.1.
* gnu/packages/compression.scm (zchunk): Update to 1.3.1.
This commit is contained in:
parent
2a1c1a108d
commit
a22a6c4ce5
1 changed files with 2 additions and 2 deletions
|
@ -2361,7 +2361,7 @@ (define-public quazip
|
|||
(define-public zchunk
|
||||
(package
|
||||
(name "zchunk")
|
||||
(version "1.2.2")
|
||||
(version "1.3.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -2370,7 +2370,7 @@ (define-public zchunk
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0q0avb0397xkmidl8rxasfywp0r7w3awk6271pa2d9xl9p1n82zy"))))
|
||||
"19rw870150w1c730wzg2pn68ixmscq8cwa3vricqhwxs5l63r5wr"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:phases (modify-phases %standard-phases
|
||||
|
|
Loading…
Reference in a new issue