me
/
guix
Archived
1
0
Fork 0

gnu: python-brotli: Update to 1.0.9.

* gnu/packages/python-compression.scm (python-brotli): Update to 1.0.9.
master
Marius Bakke 2020-11-26 18:38:25 +01:00
parent 7aaa6bb4cd
commit 47f95d3f16
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -136,14 +136,14 @@ the LZ4 frame format.")
(define-public python-brotli
(package
(name "python-brotli")
(version "1.0.7")
(version "1.0.9")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Brotli" version ".zip"))
(sha256
(base32
"19x5dqxckb62n37mpnczp21rfxqvgpm0ki5ds8ac65zx8hbxqf05"))))
"0f4433s4wv9masc303kkb1s0a09x81xwr8pdvj0kyxzdl05826sd"))))
(build-system python-build-system)
(native-inputs
`(("unzip" ,unzip)))