mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: python-pytest-forked: Update to 1.3.0.
* gnu/packages/check.scm (python-pytest-forked): Update to 1.3.0. [propagated-inputs]: Move python-pytest to... [native-inputs]: ... here.
This commit is contained in:
parent
e9bb8eca3d
commit
270c05fd6c
1 changed files with 4 additions and 5 deletions
|
@ -1236,19 +1236,18 @@ (define-public python-pytest-timeout
|
||||||
(define-public python-pytest-forked
|
(define-public python-pytest-forked
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-forked")
|
(name "python-pytest-forked")
|
||||||
(version "1.1.3")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-forked" version))
|
(uri (pypi-uri "pytest-forked" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"000i4q7my2fq4l49n8idx2c812dql97qv6qpm2vhrrn9v6g6j18q"))))
|
"1jip9qh115zcg1rn7irqx5qycb9k248d5imy86f566md01zaraba"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
|
||||||
`(("python-pytest" ,python-pytest)))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-setuptools-scm" ,python-setuptools-scm)))
|
`(("python-pytest" ,python-pytest)
|
||||||
|
("python-setuptools-scm" ,python-setuptools-scm)))
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/pytest-dev/pytest-forked")
|
"https://github.com/pytest-dev/pytest-forked")
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Reference in a new issue