python312Packages.pytest-lazy-fixtures 1.0.7 -> 1.1.1 https://github.com/dev-petrov/pytest-lazy-fixtures/releases attrpath: python312Packages.pytest-lazy-fixtures 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/g5d2rvyk24ajryps1i54cxigdksypwf5-packages.json.drv building '/nix/store/g5d2rvyk24ajryps1i54cxigdksypwf5-packages.json.drv'... Going to be running update for following packages: - python3.12-pytest-lazy-fixtures-1.0.7 Press Enter key to continue... Running update for: - python3.12-pytest-lazy-fixtures-1.0.7: UPDATING ... - python3.12-pytest-lazy-fixtures-1.0.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-lazy-fixtures/default.nix b/pkgs/development/python-modules/pytest-lazy-fixtures/default.nix index 236e6dad3bfe..66a267be113e 100644 --- a/pkgs/development/python-modules/pytest-lazy-fixtures/default.nix +++ b/pkgs/development/python-modules/pytest-lazy-fixtures/default.nix @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "pytest-lazy-fixtures"; - version = "1.0.7"; + version = "1.1.1"; pyproject = true; src = fetchFromGitHub { owner = "dev-petrov"; repo = "pytest-lazy-fixtures"; - rev = version; - hash = "sha256-BOKUg5HPBQfteKOEsdZ30h/hWbVZPuHMhtGXF3KfMXg="; + rev = "refs/tags/${version}"; + hash = "sha256-2gaGIv4vfMdhLXQeYMbbx9B6tIsCGw4rytaO8bfRuEI="; }; build-system = [ poetry-core ]; No auto update branch exists Python package with too many package rebuilds 130 > 100