python312Packages.whenever: 0.6.10 -> 0.6.12 (#354613)

This commit is contained in:
Nick Cao
2024-11-09 10:57:54 -05:00
committed by GitHub
@@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "whenever";
version = "0.6.10";
version = "0.6.12";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "ariebovenberg";
repo = "whenever";
rev = "refs/tags/${version}";
hash = "sha256-BstdrsOl1cGGxs5akpSoRQtuTfqmxNSlbLIZWu1d/Lc=";
hash = "sha256-fvLqdjbTuQ732qeVUu1f3dXXlFOuP9FGexEt4gZe0aI=";
};
cargoDeps = rustPlatform.fetchCargoTarball {