1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-18 23:25:57 +02:00

gnu: python-pytest-mypy-testing: Update to 0.2.0.

* gnu/packages/check.scm (python-pytest-mypy-testing): Update to 0.2.0.
[source]: Switch to git-fetch.

Change-Id: I0ead98ea98b9a2f7be7a047408253eca5119cdcf
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-01-27 17:32:10 +01:00
committed by Andreas Enge
parent 4d6446d35d
commit 69ad91c229
+7 -4
View File
@@ -2869,13 +2869,16 @@ mypy plugins.")
(define-public python-pytest-mypy-testing
(package
(name "python-pytest-mypy-testing")
(version "0.1.2")
(version "0.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pytest-mypy-testing" version))
(method git-fetch)
(uri (git-reference
(url "https://github.com/davidfritzsche/pytest-mypy-testing")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0kqb3hi4jrc4knhc9pxv44m7c1jjkkwqx0dyghq4mw6wphlsv3q8"))))
(base32 "09m7cpk47hvpxylv5mwdlyhyafzikbkl70pvxgcb6ss24778w3l0"))))
(build-system pyproject-build-system)
(native-inputs (list python-flit-core))
(propagated-inputs (list python-mypy python-pytest))