Skip to content

Commit

Permalink
python3Packages.importlib-resources: 5.12.0 -> 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Sep 27, 2023
1 parent 0b73de4 commit 3c86835
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

buildPythonPackage rec {
pname = "importlib-resources";
version = "5.12.0";
version = "6.0.1";
format = "pyproject";
disabled = isPy27;

src = fetchPypi {
pname = "importlib_resources";
inherit version;
hash = "sha256-S+glib9cHXmZrt8qRRWdEMs8pPGbInH4eSvI5tp7IvY=";
hash = "sha256-Q1lFfkJwhGK5YmoEZXxiCK15nOtB5cWMV/+g5qCYpdQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 3c86835

Please sign in to comment.