Merge pull request #301758 from mweinelt/limits-3.10.1

python311Packages.limits: 3.9.0 -> 3.10.1
This commit is contained in:
Martin Weinelt 2024-04-05 16:37:25 +02:00 committed by GitHub
commit 04c145b57d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "limits";
version = "3.9.0";
version = "3.10.1";
pyproject = true;
disabled = pythonOlder "3.7";
@ -37,7 +37,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/limits/_version.py"
'';
hash = "sha256-X4nf9ifhJjTNKnQuAxRNK9j/MzfAC58kv+19zMWtKg8=";
hash = "sha256-Ax0P9rYTPOrhtOw7FLElSNTGQ3WWCboM3FodTOGZWu8=";
};
postPatch = ''