Skip to content

Commit

Permalink
python312Packages.whenever: 0.5.1 -> 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Apr 30, 2024
1 parent a92b3a3 commit 5de37b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/whenever/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "whenever";
version = "0.5.1";
version = "0.5.2";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "ariebovenberg";
repo = "whenever";
rev = "refs/tags/${version}";
hash = "sha256-RH2614M91zYULNTQsr6JoKfxlnGyAJsCkB7oeiz7urs=";
hash = "sha256-bG8LV+r5MjA1JwBHWy9/Io4daldAlyEGYNLW+5ITuOw=";
};

postPatch = ''
Expand Down

0 comments on commit 5de37b1

Please sign in to comment.