Merge pull request #319652 from r-ryantm/auto-update/calcure

calcure: 3.0.1 -> 3.0.2
This commit is contained in:
Nick Cao 2024-06-14 13:19:43 -04:00 committed by GitHub
commit f3de00ac5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "calcure";
version = "3.0.1";
version = "3.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "anufrievroman";
repo = "calcure";
rev = "refs/tags/${version}";
hash = "sha256-rs3TCZjMndeh2N7e+U62baLs+XqWK1Mk7KVnypSnWPg=";
hash = "sha256-2yWg/9NQxFIwoSLj1e0y1+tgKer8GtOmjzwlTRX/Q+c=";
};
nativeBuildInputs = with python3.pkgs; [