Merge pull request #305460 from r-ryantm/auto-update/python312Packages.pylitterbot

python312Packages.pylitterbot: 2023.4.11 -> 2023.5.0
This commit is contained in:
Fabian Affolter 2024-04-20 10:45:18 +02:00 committed by GitHub
commit 130771dacf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pylitterbot";
version = "2023.4.11";
version = "2023.5.0";
pyproject = true;
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "natekspencer";
repo = "pylitterbot";
rev = "refs/tags/v${version}";
hash = "sha256-OTyQgcGGNktCgYJN33SZn7La7ec+gwR/yVDuH7kcEh4=";
hash = "sha256-MSQdX2PKQohmPGqtRZnUmCCVgKgaf4+cHAUItiPv7pY=";
};
build-system = [