python310Packages.limits: 2.7.0 -> 2.7.2

Diff: https://github.com/alisaifee/limits/compare/2.7.0...2.7.2
This commit is contained in:
Sandro Jäckel 2022-12-15 00:20:17 +01:00
parent e2b79f08bd
commit 6ba4739114
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "limits";
version = "2.7.0";
version = "2.7.2";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -32,7 +32,7 @@ buildPythonPackage rec {
postFetch = ''
rm "$out/limits/_version.py"
'';
hash = "sha256-TBZElCogPtoR2qX1YjBgpYh99LhrvLHFtr2ogemo9/c=";
hash = "sha256-sL4/BE1qNfR33rZwBcwHo3UeVMfkNz7rwBNF4LBtSIw=";
};
propagatedBuildInputs = [