mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: python-pytest-openfiles: Update to 0.6.0.
* gnu/packages/python-check.scm (python-pytest-openfiles): Update to 0.6.0. Change-Id: I629c0b1ad56c313a850cbca6f58e66bb1d9920d7
This commit is contained in:
parent
57622749ca
commit
66c1a004ac
1 changed files with 3 additions and 3 deletions
|
@ -840,13 +840,13 @@ (define-public python-pytest-metadata
|
||||||
(define-public python-pytest-openfiles
|
(define-public python-pytest-openfiles
|
||||||
(package
|
(package
|
||||||
(name "python-pytest-openfiles")
|
(name "python-pytest-openfiles")
|
||||||
(version "0.5.0")
|
(version "0.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pytest-openfiles" version))
|
(uri (pypi-uri "pytest_openfiles" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0n0a7fdc9m86360y96l23fvdmd6rw04bl6h5xqgl9qxfv08jk70p"))))
|
(base32 "14x9f1l9a5ghf527i5qfcfa003mkrky1dhx2hfwq5nma9v1n0lgz"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:phases
|
'(#:phases
|
||||||
|
|
Loading…
Reference in a new issue