mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.importlib-resources: 6.5.2 -> 7.1.0
This commit is contained in:
parent
e59adf7226
commit
a9b867c25b
1 changed files with 6 additions and 2 deletions
|
|
@ -21,15 +21,19 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "importlib-resources";
|
||||
version = "6.5.2";
|
||||
version = "7.1.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "importlib_resources";
|
||||
inherit version;
|
||||
hash = "sha256-GF+Hre9bzCiESdmPtPugfOp4vANkVd1ExfxKL+eP7Sw=";
|
||||
hash = "sha256-ByLUxiEkicUw8qFFo0wKejtHIbyWoV+tpZMOKgt2Bwg=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
sed -i '/coherent.licensed/d' pyproject.toml
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue