We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bcad08f + d548d63 commit 3996a40Copy full SHA for 3996a40
pkgs/development/python-modules/whenever/default.nix
@@ -20,7 +20,7 @@
20
21
buildPythonPackage rec {
22
pname = "whenever";
23
- version = "0.6.17";
+ version = "0.7.2";
24
pyproject = true;
25
26
disabled = pythonOlder "3.9";
@@ -29,12 +29,12 @@ buildPythonPackage rec {
29
owner = "ariebovenberg";
30
repo = "whenever";
31
tag = version;
32
- hash = "sha256-xXRP45YOnyT9pgJI0T7EBVi1RqORNEBgSIv9XOUvoV0=";
+ hash = "sha256-L0U02hJ6UBG/HtwWQE7xuy+yR8+RErykJNXqo0huyzk=";
33
};
34
35
cargoDeps = rustPlatform.fetchCargoVendor {
36
inherit src;
37
- hash = "sha256-4+3yIXP2Og1BaxE91htC3drWFFVOEZZ9V9L/i3OQOVc=";
+ hash = "sha256-LUzb2cTnJIlL9USAJv8eZ56TpWuoUjYepRps6SV+mBo=";
38
39
40
build-system = [
0 commit comments