guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-protobuf-3.6: Add missing input.


From: guix-commits
Subject: 01/03: gnu: python-protobuf-3.6: Add missing input.
Date: Fri, 27 May 2022 08:58:26 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 57be6ba0f3e185bb33e6791a7312f33d080cbb9e
Author: Christopher Baines <mail@cbaines.net>
AuthorDate: Fri May 27 13:57:20 2022 +0100

    gnu: python-protobuf-3.6: Add missing input.
    
    This was removed from python-protobuf in
    5f8491ea95d7ba88801aa28b6d2b98f30b033186.
    
    * gnu/packages/protobuf.scm (python-protobuf-3.6)[inputs]: Add python-six.
---
 gnu/packages/protobuf.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index e525a55fc6..d6cc03faf3 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -300,7 +300,10 @@ structured data.")
        (uri (pypi-uri "protobuf" version))
        (sha256
         (base32
-         "04bqb12smlckzmgkj6vgmpbr3cby0n6726cmz33bqr7kn1vb728l"))))))
+         "04bqb12smlckzmgkj6vgmpbr3cby0n6726cmz33bqr7kn1vb728l"))))
+    (inputs
+     (cons python-six
+           (package-inputs python-protobuf)))))
 
 (define-public python-proto-plus
   (package



reply via email to

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