python311Packages.ical: 5.0.1 -> 5.1.0

Diff: https://github.com/allenporter/ical/compare/refs/tags/5.0.1...5.1.0

Changelog: https://github.com/allenporter/ical/releases/tag/5.1.0
This commit is contained in:
Fabian Affolter 2023-09-18 18:57:39 +02:00
parent 1774d07242
commit f975769295

View file

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "ical";
version = "5.0.1";
version = "5.1.0";
format = "setuptools";
disabled = pythonOlder "3.10";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-6gMmY6XlFdqF0DxkrCJhZPzUYZuEpDnIHG++nBRE3hg=";
hash = "sha256-ffNgYtwErt9tzfDWQnt0h7QHQL+gMvFpP8zH6FSoHEM=";
};
nativeBuildInputs = [