gnu: libdeflate: Update to 1.19.
* gnu/packages/compression.scm (libdeflate): Update to 1.19.
This commit is contained in:
parent
ee6b92a99b
commit
4e64374743
1 changed files with 2 additions and 2 deletions
|
@ -2669,7 +2669,7 @@ to their original, binary CD format.")
|
||||||
(define-public libdeflate
|
(define-public libdeflate
|
||||||
(package
|
(package
|
||||||
(name "libdeflate")
|
(name "libdeflate")
|
||||||
(version "1.15")
|
(version "1.19")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2678,7 +2678,7 @@ to their original, binary CD format.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"001l1xdc3k1dfjvl3ng480ydz0rnyvlhv54l5mshg2p9v4iz3v09"))))
|
"033d8jcaissiy3mk07wx6dap17c1xl768xy75righ22ggmm7c1hy"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:configure-flags
|
(list #:configure-flags
|
||||||
|
|
Reference in a new issue