python312Packages.whenever: 0.6.12 -> 0.6.13 (#356906)

This commit is contained in:
Nick Cao 2024-11-18 09:03:53 -05:00 committed by GitHub
commit 6923ff1ad9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 {