mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: protobuf: Update to 3.10.0.
* gnu/packages/protobuf.scm (protobuf, python-protobuf): Update to 3.10.0. (protobuf-next, python-protobuf-next): Rename to .... (protobuf-3.6, python-protobuf-3.6): ... this. (protobuf-3.5): New public variable. * gnu/packages/machine-learning.scm (grpc)[native-inputs]: Change from PROTOBUF-NEXT to PROTOBUF. (tensorflow)[native-inputs, propagated-inputs]: Adjust for renamed PROTOBUF-NEXT. * gnu/packages/robotics.scm (aseba)[inputs]: Change from PROTOBUF to PROTOBUF-3.5. * gnu/packages/telephony.scm (mumble)[inputs]: Likewise.
This commit is contained in:
parent
bd1213708c
commit
7373eb8304
4 changed files with 32 additions and 17 deletions
|
@ -106,7 +106,7 @@ hundred times faster than real-time.")
|
|||
(inputs
|
||||
`(("dashel" ,dashel)
|
||||
("enki" ,enki)
|
||||
("protobuf" ,protobuf) ;for logging
|
||||
("protobuf" ,protobuf-3.5) ;for logging
|
||||
("qtbase" ,qtbase)
|
||||
("qtsvg" ,qtsvg)
|
||||
("qttools" ,qttools) ;for libQt5Help, needed by "studio"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue