mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-protobuf-4.
* gnu/packages/protobuf.scm (python-protobuf-4): New variable. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
2cfd2e1386
commit
249c30a131
1 changed files with 11 additions and 0 deletions
|
@ -465,6 +465,17 @@ from protobuf specification files.")
|
|||
mechanism for serializing structured data.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-protobuf-4
|
||||
(package/inherit python-protobuf-5
|
||||
(name "python-protobuf")
|
||||
(version "4.21.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "protobuf" version))
|
||||
(sha256
|
||||
(base32 "1pabwidv12r73fy0jlslpgi60zd1lbx9rjnb23kgdm8wcsjl043b"))))))
|
||||
|
||||
(define-public python-protobuf
|
||||
(package
|
||||
(name "python-protobuf")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue