python310Packages.natsort 0 -> 1 attrpath: python310Packages.natsort 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/f0rccm654vkds5wyksr05h4nl0ykm6h7-packages.json.drv building '/nix/store/f0rccm654vkds5wyksr05h4nl0ykm6h7-packages.json.drv'... Going to be running update for following packages: - python3.10-natsort-8.2.0 Press Enter key to continue... Running update for: - python3.10-natsort-8.2.0: UPDATING ... - python3.10-natsort-8.2.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/natsort/default.nix b/pkgs/development/python-modules/natsort/default.nix index 4a01afaaf70..b3d552938dd 100644 --- a/pkgs/development/python-modules/natsort/default.nix +++ b/pkgs/development/python-modules/natsort/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "natsort"; - version = "8.2.0"; + version = "8.3.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-V/hbcsaIsJ4FPNrDAt1bW1PfX3OuILSHT8v/2L94PRE="; + hash = "sha256-UXWVSS3eVwpP1ranb2REQMG6UeIzjIpnHX8Edf2o+f0="; }; propagatedBuildInputs = [ No auto update branch exists Old version 8.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fastnumbers , fetchPypi , glibcLocales , hypothesis , pyicu , pytest-mock , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "natsort"; version = "8.3.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-UXWVSS3eVwpP1ranb2REQMG6UeIzjIpnHX8Edf2o+f0="; }; propagatedBuildInputs = [ fastnumbers pyicu ]; nativeCheckInputs = [ glibcLocales hypothesis pytest-mock pytestCheckHook ]; pythonImportsCheck = [ "natsort" ]; meta = with lib; { description = "Natural sorting for Python"; homepage = "https://github.com/SethMMorton/natsort"; changelog = "https://github.com/SethMMorton/natsort/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }