calcure: 3.2.1 -> 3.3 (#532047)

This commit is contained in:
Weijia Wang
2026-08-16 21:23:32 +00:00
committed by GitHub

View File

@@ -6,14 +6,14 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
pname = "calcure";
version = "3.2.1";
version = "3.3";
pyproject = true;
src = fetchFromGitHub {
owner = "anufrievroman";
repo = "calcure";
tag = finalAttrs.version;
hash = "sha256-YFX70gtNcIXG5XIuMlz47nmtjt/2oHzi6cajcj+DAyQ=";
hash = "sha256-c5CeQ7pKsWGqnvhK6wInUcauG23IS2L4WhthoB9BcGY=";
};
nativeBuildInputs = with python3.pkgs; [