python3Packages.importlib-resources: 6.0.1 -> 6.1.1

This commit is contained in:
Martin Weinelt
2023-12-20 20:44:27 +01:00
parent c8a3af001b
commit 27d4f20116
@@ -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 = [