Skip to content

Commit 3996a40

Browse files
authored
python312Packages.whenever: 0.6.17 -> 0.7.2 (#386151)
2 parents bcad08f + d548d63 commit 3996a40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/whenever/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
buildPythonPackage rec {
2222
pname = "whenever";
23-
version = "0.6.17";
23+
version = "0.7.2";
2424
pyproject = true;
2525

2626
disabled = pythonOlder "3.9";
@@ -29,12 +29,12 @@ buildPythonPackage rec {
2929
owner = "ariebovenberg";
3030
repo = "whenever";
3131
tag = version;
32-
hash = "sha256-xXRP45YOnyT9pgJI0T7EBVi1RqORNEBgSIv9XOUvoV0=";
32+
hash = "sha256-L0U02hJ6UBG/HtwWQE7xuy+yR8+RErykJNXqo0huyzk=";
3333
};
3434

3535
cargoDeps = rustPlatform.fetchCargoVendor {
3636
inherit src;
37-
hash = "sha256-4+3yIXP2Og1BaxE91htC3drWFFVOEZZ9V9L/i3OQOVc=";
37+
hash = "sha256-LUzb2cTnJIlL9USAJv8eZ56TpWuoUjYepRps6SV+mBo=";
3838
};
3939

4040
build-system = [

0 commit comments

Comments
 (0)