gnu: libdeflate: Update to 1.14.
* gnu/packages/compression.scm (libdeflate): Update to 1.14.
This commit is contained in:
parent
0f51b36b49
commit
f33ab4713b
1 changed files with 2 additions and 2 deletions
|
@ -2695,7 +2695,7 @@ to their original, binary CD format.")
|
||||||
(define-public libdeflate
|
(define-public libdeflate
|
||||||
(package
|
(package
|
||||||
(name "libdeflate")
|
(name "libdeflate")
|
||||||
(version "1.12")
|
(version "1.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2704,7 +2704,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
|
||||||
"16n9232zjavcp5wp17cx0gh2v7gipxpncsha05j3ybajfs7g88jv"))))
|
"09y69mnbv3mprgjp53zvin5zqznqajginrk5b25xmi9y0b83bns8"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:make-flags
|
(list #:make-flags
|
||||||
|
|
Reference in a new issue