mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: hangups: Update to 0.4.10.
* gnu/packages/messaging.scm (hangups): Update to 0.4.10.
This commit is contained in:
parent
4afb7dd9f5
commit
d34c6a2a93
1 changed files with 2 additions and 2 deletions
|
@ -1822,13 +1822,13 @@ (define-public quaternion
|
||||||
(define-public hangups
|
(define-public hangups
|
||||||
(package
|
(package
|
||||||
(name "hangups")
|
(name "hangups")
|
||||||
(version "0.4.9")
|
(version "0.4.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "hangups" version))
|
(uri (pypi-uri "hangups" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1jw4i58cd4j1ymsnhv9224xsi26w8y0qrj6z4nw50dnbl45b6aaa"))))
|
(base32 "0ww9z9kcb02pwnr8q1ll31wkzspc1fci1ly8ifrwzxysp4rxy3j5"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue