python311Packages.limits: 3.9.0 -> 3.10.1

https://github.com/alisaifee/limits/releases/tag/3.10.1
This commit is contained in:
Martin Weinelt 2024-03-26 02:55:31 +01:00
parent 9664cf9671
commit 354ccf4980
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

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 = ''