python311Packages.pytest-env 1.0.1 -> 1.1.3 https://repology.org/project/python:pytest-env/versions attrpath: python311Packages.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.11-pytest-env-1.0.1 Press Enter key to continue... Running update for: - python3.11-pytest-env-1.0.1: UPDATING ... - python3.11-pytest-env-1.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-env/default.nix b/pkgs/development/python-modules/pytest-env/default.nix index 92ed531c6fbf..c5589f1cccd4 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 = "1.0.1"; + version = "1.1.3"; format = "pyproject"; src = fetchPypi { pname = "pytest_env"; inherit version; - hash = "sha256-YD/iFujgOl0TSYnLQTF8Waq+8BPSJQxxuGSrB5j75vY="; + hash = "sha256-/NfcI7tx79PTVjK94bvl7oyNxEidZhf7AQZ0iA2WIWs="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , hatch-vcs , hatchling , pytest , pytestCheckHook }: buildPythonPackage rec { pname = "pytest-env"; version = "1.1.3"; format = "pyproject"; src = fetchPypi { pname = "pytest_env"; inherit version; hash = "sha256-/NfcI7tx79PTVjK94bvl7oyNxEidZhf7AQZ0iA2WIWs="; }; 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 ]; }; }