mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: hangups: Update to 0.4.18.
* gnu/packages/messaging.scm (hangups): Update to 0.4.18.
This commit is contained in:
parent
52e17b9f3f
commit
302a5e1e7c
1 changed files with 2 additions and 2 deletions
|
@ -2485,13 +2485,13 @@ (define-public quaternion
|
||||||
(define-public hangups
|
(define-public hangups
|
||||||
(package
|
(package
|
||||||
(name "hangups")
|
(name "hangups")
|
||||||
(version "0.4.16")
|
(version "0.4.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "hangups" version))
|
(uri (pypi-uri "hangups" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "11szzszwfszc28xvlsh0bahxy3cgibzsirbfjh5m8vj60lzipqm3"))))
|
(base32 "12mq22lygh6vz2h5dpvyjk18hx3jphb4kkavqsy298c7hw60hn7l"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue