calcure: 2.8.2 -> 3.0.1

This commit is contained in:
Mikael Fangel 2023-12-28 22:42:23 +01:00
parent e613b63475
commit 5dfac1b3e4
No known key found for this signature in database
GPG Key ID: 306DE4426F0B77C3

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "calcure"; pname = "calcure";
version = "2.8.2"; version = "3.0.1";
format = "pyproject"; format = "pyproject";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "anufrievroman"; owner = "anufrievroman";
repo = "calcure"; repo = "calcure";
rev = version; rev = version;
hash = "sha256-CWuyBjIhEYb3zOIXT0+pVs9fFahMi04yq2sJjDMwKTI="; hash = "sha256-rs3TCZjMndeh2N7e+U62baLs+XqWK1Mk7KVnypSnWPg=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -23,6 +23,7 @@ python3.pkgs.buildPythonApplication rec {
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [
jdatetime jdatetime
holidays holidays
icalendar
ics ics
attrs attrs
]; ];