Skip to content

Commit

Permalink
python312Packages.whenever: 0.6.8 -> 0.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds committed Sep 12, 2024
1 parent d1a96a3 commit 3dfb694
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 @@ -20,7 +20,7 @@

buildPythonPackage rec {
pname = "whenever";
version = "0.6.8";
version = "0.6.9";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "ariebovenberg";
repo = "whenever";
rev = "refs/tags/${version}";
hash = "sha256-0p2btgFLabXtW+Jaebt59KHFd63PeKwLH1YfBycL+6E=";
hash = "sha256-Y2+ZQhQpUf747OlzhQRdT1B3jZgCr0BViJ6ujPJWo3w=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
Expand Down

0 comments on commit 3dfb694

Please sign in to comment.