python312Packages.whenever: 0.6.12 -> 0.6.13

Changelog: https://github.com/ariebovenberg/whenever/blob/refs/tags/0.6.13/CHANGELOG.rst
This commit is contained in:
Peder Bergebakken Sundt 2024-11-18 09:59:45 +01:00
parent 04386ac325
commit b289d2f318

View File

@ -20,7 +20,7 @@
buildPythonPackage rec {
pname = "whenever";
version = "0.6.12";
version = "0.6.13";
pyproject = true;
disabled = pythonOlder "3.9";
@ -29,7 +29,7 @@ buildPythonPackage rec {
owner = "ariebovenberg";
repo = "whenever";
rev = "refs/tags/${version}";
hash = "sha256-fvLqdjbTuQ732qeVUu1f3dXXlFOuP9FGexEt4gZe0aI=";
hash = "sha256-JappuvryhFyVUqfgb+4Nk2ULCi3QY7x9p4FqV78qkqI=";
};
cargoDeps = rustPlatform.fetchCargoTarball {