python3Packages.limits: 2.2.0 -> 2.3.3

This commit is contained in:
Martin Weinelt
2022-03-14 00:28:55 +01:00
parent aadf6d7ea0
commit 0036e69295
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "limits";
version = "2.2.0";
version = "2.3.3";
src = fetchPypi {
inherit pname version;
sha256 = "da6346f0dcf85f17f0f1cc709c3408a3058cf6fee68313c288127c287237b411";
sha256 = "sha256-1CcNKVkcxezqsZvgU0VaTmGbo5UGJQK94rVoGvfcG+g=";
};
propagatedBuildInputs = [ six ];