python3Packages.importlib-resources: 5.6.0 -> 5.8.0

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:12 +02:00
parent ce199e1849
commit ffabc48c30

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "importlib-resources";
version = "5.6.0";
version = "5.8.0";
format = "pyproject";
disabled = isPy27;
src = fetchPypi {
pname = "importlib_resources";
inherit version;
sha256 = "sha256-G5MjjL8jtM3jQkDdgyHZnpvy60vJHAyZsohig+e6rYU=";
sha256 = "sha256-VoyfFssgT53syNbSSlcu7qJ9rLtM7p5rA6gCVzZ2l1E=";
};
nativeBuildInputs = [