python311Packages.ical: 5.0.0 -> 5.0.1

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

Changelog: https://github.com/allenporter/ical/releases/tag/5.0.1
This commit is contained in:
Fabian Affolter 2023-08-25 10:04:25 +02:00
parent 3427e76dfb
commit a377820115

View file

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