Skip to content

Commit

Permalink
python312Packages.whenever: 0.6.13 -> 0.6.15 (#366407)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Dec 20, 2024
2 parents f317133 + 48098a7 commit e62425e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.13";
version = "0.6.15";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -29,12 +29,12 @@ buildPythonPackage rec {
owner = "ariebovenberg";
repo = "whenever";
rev = "refs/tags/${version}";
hash = "sha256-JappuvryhFyVUqfgb+4Nk2ULCi3QY7x9p4FqV78qkqI=";
hash = "sha256-zCtHvgAQ05zmT6U7CAspG65fE4tPyS/+/gId048DbeA=";
};

cargoDeps = rustPlatform.fetchCargoTarball {
inherit src;
hash = "sha256-KWB0PRYKiGNBUKYZn8bCHUjh+oFe818PgKtPdNy1CZA=";
hash = "sha256-sCwjo3KU4u+2FsWz8CJiqXKSaIKX6DFe1eCkIzRXF3s=";
};

build-system = [
Expand Down

0 comments on commit e62425e

Please sign in to comment.