mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: hangups: Update to 0.4.16.
* gnu/packages/messaging.scm (hangups): Update to 0.4.16. [propagated-inputs]: Upgrade python-protobuf-3.6 to python-protobuf.
This commit is contained in:
parent
0e96a71816
commit
0e3fd2b64b
1 changed files with 3 additions and 3 deletions
|
@ -2462,13 +2462,13 @@ (define-public quaternion
|
|||
(define-public hangups
|
||||
(package
|
||||
(name "hangups")
|
||||
(version "0.4.15")
|
||||
(version "0.4.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "hangups" version))
|
||||
(sha256
|
||||
(base32 "1fa58m6zgvsawp2h1maj82wn6lpdllhbficmcjm78n5bg1hv7f4m"))))
|
||||
(base32 "11szzszwfszc28xvlsh0bahxy3cgibzsirbfjh5m8vj60lzipqm3"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
@ -2489,7 +2489,7 @@ (define-public hangups
|
|||
python-async-timeout
|
||||
python-configargparse
|
||||
python-mechanicalsoup
|
||||
python-protobuf-3.6
|
||||
python-protobuf
|
||||
python-readlike
|
||||
python-reparser
|
||||
python-requests
|
||||
|
|
Loading…
Reference in a new issue