python311Packages.sphinx-pytest 0.0.3 -> 0.2.0 https://repology.org/project/python:sphinx-pytest/versions attrpath: python311Packages.sphinx-pytest Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z4cgrzmzwpscnsqwzcb0m747xqriv0ly-packages.json.drv building '/nix/store/z4cgrzmzwpscnsqwzcb0m747xqriv0ly-packages.json.drv'... Going to be running update for following packages: - python3.11-sphinx-pytest-0.0.3 Press Enter key to continue... Running update for: - python3.11-sphinx-pytest-0.0.3: UPDATING ... - python3.11-sphinx-pytest-0.0.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/sphinx-pytest/default.nix b/pkgs/development/python-modules/sphinx-pytest/default.nix index ecb2cbf55e77..1e255ec60b55 100644 --- a/pkgs/development/python-modules/sphinx-pytest/default.nix +++ b/pkgs/development/python-modules/sphinx-pytest/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "sphinx-pytest"; - version = "0.0.3"; + version = "0.2.0"; src = fetchFromGitHub { owner = "chrisjsewell"; repo = pname; - rev = "v${version}"; - hash = "sha256-vRHPq6BAuhn5QvHG2BGen9v6ezA3RgFVtustsNxU+n8="; + rev = "refs/tags/v${version}"; + hash = "sha256-oSBBt+hSMs4mvGqibQHoYHXr2j/bpsGOnIMfwfTfWKQ="; }; format = "pyproject"; No auto update branch exists Old version 0.0.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , flit-core , pytest , sphinx , pytestCheckHook }: buildPythonPackage rec { pname = "sphinx-pytest"; version = "0.1.1"; src = fetchFromGitHub { owner = "chrisjsewell"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-26cV6mfNos/1YLhz5aVQVb54qsiyHWdcHtvmmSzMurk="; }; format = "pyproject"; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ sphinx ]; buildInputs = [ pytest ]; pythonImportsCheck = [ "sphinx_pytest" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "Helpful pytest fixtures for Sphinx extensions"; homepage = "https://github.com/chrisjsewell/sphinx-pytest"; license = licenses.mit; maintainers = with maintainers; [ loicreynier ]; }; }