python3Packages.caldav: 2.2.3 -> 2.2.6
Diff: https://github.com/python-caldav/caldav/compare/v2.2.3...v2.2.6 Changelog: https://github.com/python-caldav/caldav/blob/v2.2.6/CHANGELOG.md
This commit is contained in:
@@ -16,6 +16,8 @@
|
||||
hatch-vcs,
|
||||
proxy-py,
|
||||
pyfakefs,
|
||||
python-dateutil,
|
||||
pyyaml,
|
||||
toPythonModule,
|
||||
tzlocal,
|
||||
vobject,
|
||||
@@ -25,14 +27,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "caldav";
|
||||
version = "2.2.3";
|
||||
version = "2.2.6";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "python-caldav";
|
||||
repo = "caldav";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-v+r52YBrtE/FgUxOQoN0uLDmDOjJM7OvKQE1vZ49F+A=";
|
||||
hash = "sha256-xtxWDlYESIwkow/YdjaUAkJ/x2jdUyhqfSRycJVLncY=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -47,6 +49,8 @@ buildPythonPackage rec {
|
||||
icalendar
|
||||
icalendar-searcher
|
||||
recurring-ical-events
|
||||
python-dateutil
|
||||
pyyaml
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user