gnu: python-zopfli: Update to 0.2.2.
* gnu/packages/python-compression.scm (python-zopfli): Update to 0.2.2.
This commit is contained in:
parent
47eca058bc
commit
294ff50d64
1 changed files with 2 additions and 2 deletions
|
@ -508,13 +508,13 @@ wrapper. It provides a backport of the @code{Path} object.")
|
||||||
(define-public python-zopfli
|
(define-public python-zopfli
|
||||||
(package
|
(package
|
||||||
(name "python-zopfli")
|
(name "python-zopfli")
|
||||||
(version "0.2.1")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "zopfli" version ".zip"))
|
(uri (pypi-uri "zopfli" version ".zip"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ipjkcgdbplsrhr31ypk48px8cax4cm9gcjj7yrcrhg20ql3s9p5"))))
|
(base32 "1z1akqx3fjnwa75insch9p08hafikqdvqkj6mxv1k6fr81sxnj9d"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue