gnu: hangups: Fix build.

* gnu/packages/messaging.scm (hangups)[propagated-inputs]:
Use python-protobuf-3.6 specifically.
This commit is contained in:
Tobias Geerinckx-Rice 2019-11-02 18:05:20 +01:00
parent 141bae73d6
commit 837547cbb6
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -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)