[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: python-protobuf: Update to 3.20.1.
From: |
guix-commits |
Subject: |
05/06: gnu: python-protobuf: Update to 3.20.1. |
Date: |
Fri, 20 May 2022 05:01:19 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 5f8491ea95d7ba88801aa28b6d2b98f30b033186
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri May 20 09:50:39 2022 +0200
gnu: python-protobuf: Update to 3.20.1.
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.20.1.
[native-inputs]: Remove python-wheel.
[propagated-inputs]: Remove python-six.
---
gnu/packages/protobuf.scm | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index 3a74a4c613..8991fc8c57 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -233,19 +233,15 @@ encoder in C++. The developer using protozero has to
manually translate the
(define-public python-protobuf
(package
(name "python-protobuf")
- (version "3.12.4")
+ (version "3.20.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "protobuf" version))
(sha256
(base32
- "0mj6z58aiw532s1mq48m9xdrm3gdyp2vv9cdinfb5wmnfpm5m7n9"))))
+ "1ja2vpk9nklllmsirmil2s4l7ni9yfqvbvj47zz5xx17s1k1bhxd"))))
(build-system python-build-system)
- (native-inputs
- (list python-wheel))
- (propagated-inputs
- (list python-six))
(home-page "https://github.com/google/protobuf")
(synopsis "Protocol buffers is a data interchange format")
(description
- branch master updated (cf17cbbc1b -> 04ea577b75), guix-commits, 2022/05/20
- 04/06: gnu: Add python-test-utils., guix-commits, 2022/05/20
- 06/06: gnu: Add python-pyu2f., guix-commits, 2022/05/20
- 02/06: gnu: Add python-connection-pool., guix-commits, 2022/05/20
- 05/06: gnu: python-protobuf: Update to 3.20.1.,
guix-commits <=
- 03/06: gnu: python-google: Add missing input., guix-commits, 2022/05/20
- 01/06: gnu: Add python-py-tes., guix-commits, 2022/05/20