3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.importlib-resources: 5.4.0 -> 5.6.0

This commit is contained in:
Martin Weinelt 2022-03-31 01:05:09 +02:00
parent f8d5ca62cf
commit b325b6fee0

View file

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "importlib-resources";
version = "5.4.0";
version = "5.6.0";
disabled = isPy27;
src = fetchPypi {
pname = "importlib_resources";
inherit version;
sha256 = "sha256-11bi+F3U3iuom+CyHboqO77C6HGkKjoWcZJYoR+HUGs=";
sha256 = "sha256-G5MjjL8jtM3jQkDdgyHZnpvy60vJHAyZsohig+e6rYU=";
};
nativeBuildInputs = [