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] this derivation will be built: /nix/store/6s5ns2zynam8z61j57p2g51npgzsi7rb-packages.json.drv building '/nix/store/6s5ns2zynam8z61j57p2g51npgzsi7rb-packages.json.drv'... Going to be running update for following packages: - python3.11-importlib-resources-6.1.1 Press Enter key to continue... Running update for: - python3.11-importlib-resources-6.1.1: UPDATING ... - python3.11-importlib-resources-6.1.1: 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 80533173c9bb..50d941d60790 100644 --- a/pkgs/development/python-modules/importlib-resources/default.nix +++ b/pkgs/development/python-modules/importlib-resources/default.nix @@ -11,14 +11,14 @@ buildPythonPackage rec { pname = "importlib-resources"; - version = "6.1.1"; + version = "6.3.0"; format = "pyproject"; disabled = isPy27; src = fetchPypi { pname = "importlib_resources"; inherit version; - hash = "sha256-OJOgASLq/eaJTFmRREalEvcooMGkX5u5tjchtrrPC0o="; + hash = "sha256-FmByqX6GkXqQJYdvNChvVJucrx0Qs1obNyv/oWAMZWk="; }; nativeBuildInputs = [ No auto update branch exists Old version 6.1.1" 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.1.3"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchPypi { pname = "importlib_resources"; inherit version; hash = "sha256-VvtFJRl7eFRKM1TqJ3k5UquT+TW7S/dGuEa7EBUCDys="; }; 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 = [ ]; }; }