Revert "python3Packages.toggl-cli: 2.4.3 -> 3"

This reverts commit 5fbafecfe7.

Our tooling is possibly looking at the wrong package on PyPi in that
case. Needs investigation.
This commit is contained in:
Martin Weinelt 2022-04-07 12:23:02 +02:00
parent 1eda2b96de
commit f401eec200

View file

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "toggl-cli";
version = "3";
version = "2.4.3";
format = "setuptools";
disabled = pythonOlder "3.6";
@ -28,7 +28,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "togglCli";
inherit version;
sha256 = "sha256-SkA/u1q//AyYn0v6uAXXsjANhFppxxjKhlhWhsK649w=";
sha256 = "sha256-ncMwiMwYivaFu5jrAsm1oCuXP/PZ2ALT+M+CmV6dtFo=";
};
nativeBuildInputs = [