python310Packages.pytest-env 0 -> 1 attrpath: python310Packages.pytest-env 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] Going to be running update for following packages: - python3.10-pytest-env-0.8.2 Press Enter key to continue... Running update for: - python3.10-pytest-env-0.8.2: UPDATING ... - python3.10-pytest-env-0.8.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-env/default.nix b/pkgs/development/python-modules/pytest-env/default.nix index 1d03413290a7..92ed531c6fbf 100644 --- a/pkgs/development/python-modules/pytest-env/default.nix +++ b/pkgs/development/python-modules/pytest-env/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "pytest-env"; - version = "0.8.2"; + version = "1.0.1"; format = "pyproject"; src = fetchPypi { pname = "pytest_env"; inherit version; - hash = "sha256-uu2bO2uud711uSOODtHuaQOkKAaunWrv+4dUzVWE1P8="; + hash = "sha256-YD/iFujgOl0TSYnLQTF8Waq+8BPSJQxxuGSrB5j75vY="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.8.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-vcs , hatchling , pytest , pytestCheckHook }: buildPythonPackage rec { pname = "pytest-env"; version = "1.0.1"; format = "pyproject"; src = fetchPypi { pname = "pytest_env"; inherit version; hash = "sha256-YD/iFujgOl0TSYnLQTF8Waq+8BPSJQxxuGSrB5j75vY="; }; nativeBuildInputs = [ hatch-vcs hatchling ]; buildInputs = [ pytest ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "Pytest plugin used to set environment variables"; homepage = "https://github.com/MobileDynasty/pytest-env"; license = licenses.mit; maintainers = with maintainers; [ erikarvstedt ]; }; }