mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: python-protobuf-3.6: Add missing input.
This was removed from python-protobuf in
5f8491ea95
.
* gnu/packages/protobuf.scm (python-protobuf-3.6)[inputs]: Add python-six.
This commit is contained in:
parent
38bf6c7d0c
commit
57be6ba0f3
1 changed files with 4 additions and 1 deletions
|
@ -300,7 +300,10 @@ (define-public python-protobuf-3.6
|
|||
(uri (pypi-uri "protobuf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04bqb12smlckzmgkj6vgmpbr3cby0n6726cmz33bqr7kn1vb728l"))))))
|
||||
"04bqb12smlckzmgkj6vgmpbr3cby0n6726cmz33bqr7kn1vb728l"))))
|
||||
(inputs
|
||||
(cons python-six
|
||||
(package-inputs python-protobuf)))))
|
||||
|
||||
(define-public python-proto-plus
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue