Skip to content

Commit

Permalink
python312Packages.pylitterbot: 2023.4.10 -> 2023.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Apr 8, 2024
1 parent 7c1caa9 commit 6d09e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pylitterbot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "pylitterbot";
version = "2023.4.10";
version = "2023.4.11";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "natekspencer";
repo = "pylitterbot";
rev = "refs/tags/v${version}";
hash = "sha256-v6khSdOAcMGNapn3ont70VQTHrNr7U7VePAqFSoO2po=";
hash = "sha256-OTyQgcGGNktCgYJN33SZn7La7ec+gwR/yVDuH7kcEh4=";
};

build-system = [
Expand Down

0 comments on commit 6d09e65

Please sign in to comment.