gnu: python-pure-protobuf: Update to 2.0.1.
* gnu/packages/protobuf.scm (python-pure-protobuf): Update to 2.0.1.
This commit is contained in:
parent
476631fd9a
commit
7a0491ad0c
1 changed files with 3 additions and 4 deletions
|
@ -233,18 +233,17 @@ mechanism for serializing structured data.")
|
||||||
(define-public python-pure-protobuf
|
(define-public python-pure-protobuf
|
||||||
(package
|
(package
|
||||||
(name "python-pure-protobuf")
|
(name "python-pure-protobuf")
|
||||||
(version "2.0.0")
|
(version "2.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
;; pypi is broken; has no tests
|
;; The PyPI tarball is broken: it has no tests.
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/eigenein/protobuf")
|
(url "https://github.com/eigenein/protobuf")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "15dp5pvazd0jx4wzzh79080ah7hkpd3axh40al9vhzs2hf3v90hx"))))
|
||||||
"0lgs99dpfyckz6spib419sl7jpdk2g54pcw0yg59gdcsd1f5zqgz"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-flake8" ,python-flake8)
|
`(("python-flake8" ,python-flake8)
|
||||||
|
|
Reference in a new issue