calcure: 3.0.2 -> 3.1 (#359736)

This commit is contained in:
Nick Cao 2024-11-28 09:02:29 -05:00 committed by GitHub
commit c4b0987e5a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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