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:
Nicolas Graves 2025-07-30 18:46:27 +02:00 committed by Andreas Enge
parent 2cfd2e1386
commit 249c30a131
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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")