guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: Add python-protobuf-next.


From: guix-commits
Subject: 02/04: gnu: Add python-protobuf-next.
Date: Mon, 8 Apr 2019 08:43:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1eeae57b6f96503e6e424cc8634e1f88ed1f68dc
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Apr 5 17:31:46 2019 +0200

    gnu: Add python-protobuf-next.
    
    * gnu/packages/protobuf.scm (python-protobuf-next): New variable.
---
 gnu/packages/protobuf.scm | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index c4e52fb..b30461e 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2014 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2016 Daniel Pimentel <address@hidden>
 ;;; Copyright © 2016 Leo Famulari <address@hidden>
-;;; Copyright © 2017, 2018 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -210,6 +210,18 @@ mechanism for serializing structured data.")
 (define-public python2-protobuf
   (package-with-python2 python-protobuf))
 
+(define-public python-protobuf-next
+  (package (inherit python-protobuf)
+    (name "python-protobuf")
+    (version (package-version protobuf-next) )
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "protobuf" version))
+       (sha256
+        (base32
+         "04bqb12smlckzmgkj6vgmpbr3cby0n6726cmz33bqr7kn1vb728l"))))))
+
 (define-public emacs-protobuf-mode
   (package
     (name "emacs-protobuf-mode")



reply via email to

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