python3Packages.importlib-resources: 5.10.2 -> 5.12.0

This commit is contained in:
Martin Weinelt 2023-02-27 02:14:24 +01:00
parent c26b9faee1
commit 4bd212deac

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "importlib-resources";
version = "5.10.2";
version = "5.12.0";
format = "pyproject";
disabled = isPy27;
src = fetchPypi {
pname = "importlib_resources";
inherit version;
sha256 = "sha256-5KlsjMAzlkf/ml4FUNnydvxaAf+idgErWOwQjP17hIQ=";
sha256 = "sha256-S+glib9cHXmZrt8qRRWdEMs8pPGbInH4eSvI5tp7IvY=";
};
nativeBuildInputs = [