python311Packages.importlib-resources 6.0.1 -> 6.1.1 https://repology.org/project/python:importlib-resources/versions 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/2cp3yl1iz4qf9apmxk27pnvasgpnf4y5-packages.json.drv building '/nix/store/2cp3yl1iz4qf9apmxk27pnvasgpnf4y5-packages.json.drv'... Going to be running update for following packages: - python3.11-importlib-resources-6.0.1 Press Enter key to continue... Running update for: - python3.11-importlib-resources-6.0.1: UPDATING ... - python3.11-importlib-resources-6.0.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 8b6afb522b6a..80533173c9bb 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.0.1"; + version = "6.1.1"; format = "pyproject"; disabled = isPy27; src = fetchPypi { pname = "importlib_resources"; inherit version; - hash = "sha256-Q1lFfkJwhGK5YmoEZXxiCK15nOtB5cWMV/+g5qCYpdQ="; + hash = "sha256-OJOgASLq/eaJTFmRREalEvcooMGkX5u5tjchtrrPC0o="; }; nativeBuildInputs = [ No auto update branch exists Old version 6.0.1" not present in staging derivation file with contents: { lib , isPy27 , buildPythonPackage , fetchPypi , setuptools-scm , importlib-metadata , typing ? null , pythonOlder , unittestCheckHook }: buildPythonPackage rec { pname = "importlib-resources"; version = "6.1.1"; format = "pyproject"; disabled = isPy27; src = fetchPypi { pname = "importlib_resources"; inherit version; hash = "sha256-OJOgASLq/eaJTFmRREalEvcooMGkX5u5tjchtrrPC0o="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ importlib-metadata ] ++ lib.optionals (pythonOlder "3.5") [ typing ]; nativeCheckInputs = [ unittestCheckHook ]; pythonImportsCheck = [ "importlib_resources" ]; meta = with lib; { description = "Read resources from Python packages"; homepage = "https://importlib-resources.readthedocs.io/"; license = licenses.asl20; maintainers = [ ]; }; }