python311Packages.importlib-resources 0 -> 1 attrpath: python311Packages.importlib-resources 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.11-importlib-resources-6.1.3 Press Enter key to continue... Running update for: - python3.11-importlib-resources-6.1.3: UPDATING ... - python3.11-importlib-resources-6.1.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/importlib-resources/default.nix b/pkgs/development/python-modules/importlib-resources/default.nix index 79012fa9677a..2634420d5f02 100644 --- a/pkgs/development/python-modules/importlib-resources/default.nix +++ b/pkgs/development/python-modules/importlib-resources/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "importlib-resources"; - version = "6.1.3"; + version = "6.4.0"; pyproject = true; disabled = pythonOlder "3.6"; @@ -25,7 +25,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "importlib_resources"; inherit version; - hash = "sha256-VvtFJRl7eFRKM1TqJ3k5UquT+TW7S/dGuEa7EBUCDys="; + hash = "sha256-zbK0U7gEbKTjeY6x2E88zhRGoOjnte9O+2APGfw5gUU="; }; build-system = [ No auto update branch exists Old version 6.1.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder # build-system , setuptools , setuptools-scm # dependencies , importlib-metadata # tests , jaraco-collections , pytestCheckHook }: buildPythonPackage rec { pname = "importlib-resources"; version = "6.3.2"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchPypi { pname = "importlib_resources"; inherit version; hash = "sha256-lj63lkklKwFgwa/P5aHT/jrWbt0KixFL6s/7cMBnQiM="; }; build-system = [ setuptools setuptools-scm ]; dependencies = [ importlib-metadata ]; nativeCheckInputs = [ pytestCheckHook jaraco-collections ]; pythonImportsCheck = [ "importlib_resources" ]; meta = with lib; { description = "Read resources from Python packages"; homepage = "https://importlib-resources.readthedocs.io/"; license = licenses.asl20; maintainers = [ ]; }; }