[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/70: gnu: python-protobuf: Update to 3.20.2.
From: |
guix-commits |
Subject: |
05/70: gnu: python-protobuf: Update to 3.20.2. |
Date: |
Thu, 28 Dec 2023 03:35:42 -0500 (EST) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 9d6115f4ee212b9a805187fcaa8615cf3d8826c3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 27 16:14:17 2023 +0100
gnu: python-protobuf: Update to 3.20.2.
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.20.2.
Change-Id: Ic7a0f199f522ebf1e62e9179b4a7e4223594299c
---
gnu/packages/protobuf.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index c157eabce0..d47b67fa61 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -429,14 +429,14 @@ from protobuf specification files.")
(define-public python-protobuf
(package
(name "python-protobuf")
- (version "3.20.1")
+ (version "3.20.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "protobuf" version))
(sha256
(base32
- "1ja2vpk9nklllmsirmil2s4l7ni9yfqvbvj47zz5xx17s1k1bhxd"))))
+ "0l0p2lczs5iahgkhzm3298pjl49bk9iiwngkglg7ll7fkqqwlbbi"))))
(build-system python-build-system)
(inputs (list protobuf))
(arguments
- branch r-updates created (now 6ee6a4cfb5), guix-commits, 2023/12/28
- 01/70: gnu: r-littler: Update to 0.3.19., guix-commits, 2023/12/28
- 03/70: gnu: Add xnnpack-for-torch2., guix-commits, 2023/12/28
- 02/70: gnu: r-rmpi: Update to 0.7-2., guix-commits, 2023/12/28
- 04/70: gnu: Add r-safetensors., guix-commits, 2023/12/28
- 05/70: gnu: python-protobuf: Update to 3.20.2.,
guix-commits <=
- 10/70: gnu: r-torch: Update to 0.12.0., guix-commits, 2023/12/28
- 09/70: gnu: liblantern: Update to 0.11.0-1.4d83bd0., guix-commits, 2023/12/28
- 11/70: gnu: r-shiny: Update to 1.8.0., guix-commits, 2023/12/28
- 23/70: gnu: r-timedate: Update to 4032.109., guix-commits, 2023/12/28
- 20/70: gnu: r-maps: Update to 3.4.2., guix-commits, 2023/12/28
- 16/70: gnu: r-aod: Update to 1.3.3., guix-commits, 2023/12/28
- 14/70: gnu: r-ggvenndiagram: Update to 1.4.9., guix-commits, 2023/12/28
- 26/70: gnu: r-ucminf: Update to 1.2.1., guix-commits, 2023/12/28
- 08/70: gnu: python-pytorch-for-r-torch: Update to 2.0.1., guix-commits, 2023/12/28
- 06/70: gnu: Add onnx-for-torch2., guix-commits, 2023/12/28