python3Packages.limits: 3.7.0 -> 3.9.0

https://github.com/alisaifee/limits/releases/tag/3.9.0
This commit is contained in:
Martin Weinelt
2024-03-12 18:24:30 +01:00
parent b04873a615
commit 233aa52293
@@ -22,7 +22,7 @@
buildPythonPackage rec {
pname = "limits";
version = "3.7.0";
version = "3.9.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -37,7 +37,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/limits/_version.py"
'';
hash = "sha256-0h3ofungHkjycUvNJ3jf+VB/GSrshgUDECN2YoPGzzg=";
hash = "sha256-X4nf9ifhJjTNKnQuAxRNK9j/MzfAC58kv+19zMWtKg8=";
};
postPatch = ''