python311Packages.GitPython 0 -> 1 attrpath: python311Packages.GitPython 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/vd67vzniw656pwjxnhhw96i67h9148b2-packages.json.drv building '/nix/store/vd67vzniw656pwjxnhhw96i67h9148b2-packages.json.drv'... Going to be running update for following packages: - python3.11-gitpython-3.1.42 Press Enter key to continue... Running update for: - python3.11-gitpython-3.1.42: UPDATING ... - python3.11-gitpython-3.1.42: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/gitpython/default.nix b/pkgs/development/python-modules/gitpython/default.nix index d76d0366c461..eca3c326d0eb 100644 --- a/pkgs/development/python-modules/gitpython/default.nix +++ b/pkgs/development/python-modules/gitpython/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "gitpython"; - version = "3.1.42"; + version = "3.1.43"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "gitpython-developers"; repo = "GitPython"; rev = "refs/tags/${version}"; - hash = "sha256-qpADumkfm8DHNlB2JeH/7sYrJqtYdFLv5YQAV0q5//s="; + hash = "sha256-HO6t5cOHyDJVz+Bma4Lkn503ZfDmiQxUfSLaSZtUrTk="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.gitpython: 3.1.42 -> 3.1.43 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/300492"