python310Packages.pytest-param-files 0 -> 1 attrpath: python310Packages.pytest-param-files 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-param-files-0.3.4 Press Enter key to continue... Running update for: - python3.10-pytest-param-files-0.3.4: UPDATING ... - python3.10-pytest-param-files-0.3.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-param-files/default.nix b/pkgs/development/python-modules/pytest-param-files/default.nix index 80dea1dbeaad..224c80b44767 100644 --- a/pkgs/development/python-modules/pytest-param-files/default.nix +++ b/pkgs/development/python-modules/pytest-param-files/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "pytest-param-files"; - version = "0.3.4"; + version = "0.6.0"; src = fetchFromGitHub { owner = "chrisjsewell"; repo = pname; - rev = "v${version}"; - hash = "sha256-Q7wWoggJN2w2a2umQHx5TsVcugqpovBEtOKruNMZQ8A="; + rev = "refs/tags/v${version}"; + hash = "sha256-hgEEfKf9Kmah5WDNHoFWQJKLOs9Z5BDHiebXCdDc1zE="; }; format = "pyproject"; No auto update branch exists Old version 0.3.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , flit-core , ruamel-yaml , pytest , pytestCheckHook }: buildPythonPackage rec { pname = "pytest-param-files"; version = "0.6.0"; format = "pyproject"; src = fetchFromGitHub { owner = "chrisjsewell"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-hgEEfKf9Kmah5WDNHoFWQJKLOs9Z5BDHiebXCdDc1zE="; }; nativeBuildInputs = [ flit-core ]; buildInputs = [ pytest ]; propagatedBuildInputs = [ ruamel-yaml ]; pythonImportsCheck = [ "pytest_param_files" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "Package to generate parametrized pytests from external files"; homepage = "https://github.com/chrisjsewell/pytest-param-files"; license = licenses.mit; maintainers = with maintainers; [ loicreynier ]; }; }