mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: hangups: Fix build.
* gnu/packages/messaging.scm (hangups)[propagated-inputs]: Use python-protobuf-3.6 specifically.
This commit is contained in:
parent
141bae73d6
commit
837547cbb6
1 changed files with 1 additions and 1 deletions
|
@ -1843,7 +1843,7 @@ (define-public hangups
|
|||
("python-async-timeout" ,python-async-timeout)
|
||||
("python-configargparse" ,python-configargparse)
|
||||
("python-mechanicalsoup" ,python-mechanicalsoup)
|
||||
("python-protobuf" ,python-protobuf)
|
||||
("python-protobuf" ,python-protobuf-3.6)
|
||||
("python-readlike" ,python-readlike)
|
||||
("python-reparser" ,python-reparser)
|
||||
("python-requests" ,python-requests)
|
||||
|
|
Loading…
Reference in a new issue