python310Packages.setuptools-scm-git-archive 0 -> 1 attrpath: python310Packages.setuptools-scm-git-archive 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-setuptools-scm-git-archive-1.4 Press Enter key to continue... Running update for: - python3.10-setuptools-scm-git-archive-1.4: UPDATING ... - python3.10-setuptools-scm-git-archive-1.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/setuptools-scm-git-archive/default.nix b/pkgs/development/python-modules/setuptools-scm-git-archive/default.nix index 7e555298907a..920b1956be02 100644 --- a/pkgs/development/python-modules/setuptools-scm-git-archive/default.nix +++ b/pkgs/development/python-modules/setuptools-scm-git-archive/default.nix @@ -2,13 +2,13 @@ buildPythonPackage rec { pname = "setuptools-scm-git-archive"; - version = "1.4"; + version = "1.4.1"; format = "setuptools"; src = fetchPypi { inherit version; pname = "setuptools_scm_git_archive"; - sha256 = "b048b27b32e1e76ec865b0caa4bb85df6ddbf4697d6909f567ac36709f6ef2f0"; + sha256 = "sha256-xBi8d7OXTTrGXyaPBY8j4B3F+ZHyIzEosOFqad4iewk="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists Old version 1.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , setuptools , setuptools-scm , pytestCheckHook }: buildPythonPackage rec { pname = "setuptools-scm-git-archive"; version = "1.4.1"; pyproject = true; src = fetchPypi { inherit version; pname = "setuptools_scm_git_archive"; hash = "sha256-xBi8d7OXTTrGXyaPBY8j4B3F+ZHyIzEosOFqad4iewk="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; nativeCheckInputs = [ pytestCheckHook ]; pytestFlagsArray = [ "tests.py" ]; pythonImportsCheck = [ "setuptools_scm_git_archive" ]; meta = with lib; { description = "setuptools_scm plugin for git archives"; homepage = "https://github.com/Changaco/setuptools_scm_git_archive"; license = licenses.mit; maintainers = [ maintainers.marsam ]; # https://github.com/Changaco/setuptools_scm_git_archive/pull/22 broken = versionAtLeast setuptools-scm.version "8"; }; }