diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-02 13:04:38 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-30 10:30:46 +0100 |
commit | 66c1a004ac28c78faa05a92d610080eaf210d210 (patch) | |
tree | 90679d65848f807d374b0a93464b591a0bdb02e9 /gnu/packages/python-check.scm | |
parent | 57622749ca36f13de4e003ef86c2dd23c6388abf (diff) |
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
Diffstat (limited to 'gnu/packages/python-check.scm')
-rw-r--r-- | gnu/packages/python-check.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index cb46af34900..b6e401b443e 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -840,13 +840,13 @@ access to test session metadata.") (define-public python-pytest-openfiles (package (name "python-pytest-openfiles") - (version "0.5.0") + (version "0.6.0") (source (origin (method url-fetch) - (uri (pypi-uri "pytest-openfiles" version)) + (uri (pypi-uri "pytest_openfiles" version)) (sha256 - (base32 "0n0a7fdc9m86360y96l23fvdmd6rw04bl6h5xqgl9qxfv08jk70p")))) + (base32 "14x9f1l9a5ghf527i5qfcfa003mkrky1dhx2hfwq5nma9v1n0lgz")))) (build-system python-build-system) (arguments '(#:phases |