Merge pull request #302920 from r-ryantm/auto-update/python311Packages.parfive

python311Packages.parfive: 2.0.2 -> 2.1.0
This commit is contained in:
Matthias Beyer 2024-04-17 17:23:45 +02:00 committed by GitHub
commit 4f563494f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "parfive";
version = "2.0.2";
version = "2.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-kIIR+cXLUtyLJ5YmhyCV88zhXahok/U7QXbezt3PyF0=";
hash = "sha256-zWy0GSQhMHMM9B1M9vKE6/UPGnHObJUI4EZ+yY8X3I4=";
};
buildInputs = [