gnu: hangups: Update to 0.4.15.
* gnu/packages/messaging.scm (hangups): Update to 0.4.15. [arguments]: Don't explicitly return #t from phases.master
parent
275f7cf8a1
commit
e05673bcbe
|
@ -2514,13 +2514,13 @@ QMatrixClient project.")
|
||||||
(define-public hangups
|
(define-public hangups
|
||||||
(package
|
(package
|
||||||
(name "hangups")
|
(name "hangups")
|
||||||
(version "0.4.14")
|
(version "0.4.15")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "hangups" version))
|
(uri (pypi-uri "hangups" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "15qbbafcrdkx73xz9y30qa3d8nj6mgrp2m41749i5nn1qywmikk8"))))
|
(base32 "1fa58m6zgvsawp2h1maj82wn6lpdllhbficmcjm78n5bg1hv7f4m"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -2530,13 +2530,11 @@ QMatrixClient project.")
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "setup.py"
|
(substitute* "setup.py"
|
||||||
(("==") ">=")
|
(("==") ">=")
|
||||||
((",<.*'") "'"))
|
((",<.*'") "'"))))
|
||||||
#t))
|
|
||||||
(replace 'check
|
(replace 'check
|
||||||
(lambda* (#:key tests? #:allow-other-keys)
|
(lambda* (#:key tests? #:allow-other-keys)
|
||||||
(when tests?
|
(when tests?
|
||||||
(invoke "pytest" "hangups"))
|
(invoke "pytest" "hangups")))))))
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-aiohttp" ,python-aiohttp)
|
`(("python-aiohttp" ,python-aiohttp)
|
||||||
("python-appdirs" ,python-appdirs)
|
("python-appdirs" ,python-appdirs)
|
||||||
|
|
Reference in New Issue