python3Packages.whenever: 0.10.2 -> 0.10.3

(cherry picked from commit 1263a1702a)
This commit is contained in:
R. Ryantm
2026-07-25 14:45:56 +00:00
committed by Peder Bergebakken Sundt
parent 5a4d46a9c1
commit 693d4e2369

View File

@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "whenever";
version = "0.10.2";
version = "0.10.3";
pyproject = true;
src = fetchFromGitHub {
owner = "ariebovenberg";
repo = "whenever";
tag = version;
hash = "sha256-D3jNrxNTBbSheymnI72xAhdvvRzsbjIk+Gp82X7AkdU=";
hash = "sha256-CBNk69vS4BqavwatOoA312/6M3EnARIzL7C62KrIvXY=";
};
cargoDeps = rustPlatform.fetchCargoVendor {