mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: python-mygpoclient: Update to 1.9.
* gnu/packages/gpodder.scm (python-mygpoclient): Update to 1.9. [native-inputs]: Add python-pytest. [arguments]: Switch from quasiquote to quote. Change-Id: I78c6f49d94619d63a115527a20fb6ae1c30fed4b Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
7c84d34435
commit
0e0ea72071
1 changed files with 4 additions and 4 deletions
|
@ -163,19 +163,19 @@ (define-public libmygpo-qt
|
|||
(define-public python-mygpoclient
|
||||
(package
|
||||
(name "python-mygpoclient")
|
||||
(version "1.8")
|
||||
(version "1.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "mygpoclient" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fi5x6k1mngr0iviw2s4n1f3y2x7pwqy5ivkcrjdprzvwr37f0mh"))))
|
||||
"05hmjdb73m7vl6lzvh58bnliy4227pv8hprwfka0bg19cnvgpyf5"))))
|
||||
(build-system python-build-system)
|
||||
(native-inputs
|
||||
(list python-coverage python-minimock python-nose))
|
||||
(list python-coverage python-minimock python-nose python-pytest))
|
||||
(arguments
|
||||
`(#:phases
|
||||
'(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(replace 'check
|
||||
(lambda _
|
||||
|
|
Loading…
Reference in a new issue