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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/x7pkzh71aa4sahgq75m7jvhvr4ir3c5x-packages.json.drv building '/nix/store/x7pkzh71aa4sahgq75m7jvhvr4ir3c5x-packages.json.drv'... Going to be running update for following packages: - python3.10-pytest-env-0.8.1 Press Enter key to continue... Running update for: - python3.10-pytest-env-0.8.1: UPDATING ... - python3.10-pytest-env-0.8.1: 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 3d68c2dccc46..1d03413290a7 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.1"; + version = "0.8.2"; format = "pyproject"; src = fetchPypi { pname = "pytest_env"; inherit version; - hash = "sha256-17L1Jz7G0eIhdXmYvC9Q0kdO19C5MxuSVWAR+txOmr8="; + hash = "sha256-uu2bO2uud711uSOODtHuaQOkKAaunWrv+4dUzVWE1P8="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.8.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-vcs , hatchling , pytest , pytestCheckHook }: buildPythonPackage rec { pname = "pytest-env"; version = "0.8.2"; format = "pyproject"; src = fetchPypi { pname = "pytest_env"; inherit version; hash = "sha256-uu2bO2uud711uSOODtHuaQOkKAaunWrv+4dUzVWE1P8="; }; 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 ]; }; }