python310Packages.pylitterbot: 2023.1.2 -> 2023.4.0

This commit is contained in:
R. Ryantm 2023-04-21 10:30:07 +00:00 committed by Martin Weinelt
parent e2b6b51e75
commit 2544a7f243

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pylitterbot";
version = "2023.1.2";
version = "2023.4.0";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "natekspencer";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-PSg0u4Beg0OVUMxaBCPxJSVO/MxBvCpDu2rQhiYT9OM=";
hash = "sha256-nF6njY2qNoHW2ZGNDHNeTBTjSBbitJxitPgyayLaqSE=";
};
nativeBuildInputs = [