Merge pull request #244904 from fabaff/pylitterbot-bump

python311Packages.pylitterbot: 2023.4.2 -> 2023.4.3
This commit is contained in:
Nick Cao 2023-07-22 16:57:20 -06:00 committed by GitHub
commit 047e3cfbb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,7 +15,7 @@
buildPythonPackage rec {
pname = "pylitterbot";
version = "2023.4.2";
version = "2023.4.3";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = "natekspencer";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-zB/LJGEPJ3uZEoVQiLQUCWqLo9YLXN6vge3RhIwA5D4=";
hash = "sha256-pUtOLQ4ftG0tYPued12CqKGt3LKyfmLPxIYKvkYg1nI=";
};
nativeBuildInputs = [