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