mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: python-protobuf: Update to 3.11.3.
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.11.3.
This commit is contained in:
parent
1d5261dacc
commit
307feca4e6
1 changed files with 2 additions and 2 deletions
|
@ -203,14 +203,14 @@ (define-public protozero
|
|||
(define-public python-protobuf
|
||||
(package
|
||||
(name "python-protobuf")
|
||||
(version "3.10.0")
|
||||
(version "3.11.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "protobuf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zjq3qi0wgqi0fwxgqlgwvj9ri1m4kmnz3jnpd803lqc5k0vb0yv"))))
|
||||
"07qby3yc2a8a1vsxnc79j687q4r68k1d3npni7bldwmd3m6rfz67"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six)))
|
||||
|
|
Loading…
Reference in a new issue