python3Packages.sphinx-pytest: 0.0.3 -> 0.1.1

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:30 +02:00
parent 95b22a869b
commit de61bc2225
@@ -9,13 +9,13 @@
buildPythonPackage rec {
pname = "sphinx-pytest";
version = "0.0.3";
version = "0.1.1";
src = fetchFromGitHub {
owner = "chrisjsewell";
repo = pname;
rev = "v${version}";
hash = "sha256-vRHPq6BAuhn5QvHG2BGen9v6ezA3RgFVtustsNxU+n8=";
rev = "refs/tags/v${version}";
hash = "sha256-26cV6mfNos/1YLhz5aVQVb54qsiyHWdcHtvmmSzMurk=";
};
format = "pyproject";