guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

11/13: gnu: python-protobuf: Update to 3.11.3.


From: guix-commits
Subject: 11/13: gnu: python-protobuf: Update to 3.11.3.
Date: Mon, 10 Feb 2020 14:34:13 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 307feca4e62aad13b7c5c019d9568790f96ba0b9
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Feb 10 16:18:38 2020 +0100

    gnu: python-protobuf: Update to 3.11.3.
    
    * gnu/packages/protobuf.scm (python-protobuf): Update to 3.11.3.
---
 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 165995f..4ea36a2 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -203,14 +203,14 @@ encoder in C++.  The developer using protozero has to 
manually translate the
 (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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]