python310Packages.platformdirs 0 -> 1 attrpath: python310Packages.platformdirs 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/0rxn4m0f4jqic5lb4kancm1mag42s206-packages.json.drv building '/nix/store/0rxn4m0f4jqic5lb4kancm1mag42s206-packages.json.drv'... Going to be running update for following packages: - python3.10-platformdirs-3.0.0 Press Enter key to continue... Running update for: - python3.10-platformdirs-3.0.0: UPDATING ... - python3.10-platformdirs-3.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/platformdirs/default.nix b/pkgs/development/python-modules/platformdirs/default.nix index c807faff9d0..f7c1bdfe4a8 100644 --- a/pkgs/development/python-modules/platformdirs/default.nix +++ b/pkgs/development/python-modules/platformdirs/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "platformdirs"; - version = "3.0.0"; + version = "3.5.3"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = pname; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-RiZ26BGqS8nN5qHpUt7LIXSck/cGM8qlet3uL81TyPo="; + hash = "sha256-kJ59ButN2ujool5DyZcyP4d5Wv3p7C1HqzW1rmkFcQ4="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 3.0.0" not present in staging derivation file with contents: { lib , appdirs , buildPythonPackage , fetchFromGitHub , hatch-vcs , hatchling , pytest-mock , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "platformdirs"; version = "3.5.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-/qi22jiF+P7XcG/D+dxoOrHk89amdBoGewrTqZZOsoM="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ hatchling hatch-vcs ]; nativeCheckInputs = [ appdirs pytest-mock pytestCheckHook ]; pythonImportsCheck = [ "platformdirs" ]; meta = with lib; { description = "Module for determining appropriate platform-specific directories"; homepage = "https://platformdirs.readthedocs.io/"; changelog = "https://github.com/platformdirs/platformdirs/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }