Archived
1
0
Fork 0

gnu: python-pytest-filter-subpackage: Update to 0.2.0.

* gnu/packages/python-check.scm (python-pytest-filter-subpackage): Update to 0.2.0.

Change-Id: I04f000b3a75f671340fbd351b06265b99acb3856
This commit is contained in:
Sharlatan Hellseher 2024-03-05 22:39:11 +00:00
parent 2f3a26eedf
commit a78a58673a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -669,13 +669,13 @@ for interactively selecting and running Pytest tests.")
(define-public python-pytest-filter-subpackage (define-public python-pytest-filter-subpackage
(package (package
(name "python-pytest-filter-subpackage") (name "python-pytest-filter-subpackage")
(version "0.1.2") (version "0.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "pytest-filter-subpackage" version)) (uri (pypi-uri "pytest-filter-subpackage" version))
(sha256 (sha256
(base32 "10hpl3f7g2bm29lakmp8492b7lr0dp90khfni12m4gl02xks7bhz")))) (base32 "0mmgg2n8qk6s2kprycjl70lxcpm43dkapplmkf32i0ai6qdqyiiz"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(native-inputs (native-inputs
(list python-pytest (list python-pytest