calcure: 2.8.2 -> 3.0.1
This commit is contained in:
parent
e613b63475
commit
5dfac1b3e4
@ -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
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user