python3Packages.importlib-resources: 6.1.3 -> 6.3.2

This commit is contained in:
Martin Weinelt
2024-04-22 14:00:03 +02:00
parent cd261047d3
commit 52b1da618a
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "importlib-resources";
version = "6.1.3";
version = "6.3.2";
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-lj63lkklKwFgwa/P5aHT/jrWbt0KixFL6s/7cMBnQiM=";
};
build-system = [