3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.ical: 4.2.0 -> 4.2.1

Diff: https://github.com/allenporter/ical/compare/refs/tags/4.2.0...4.2.1

Changelog: https://github.com/allenporter/ical/releases/tag/4.2.1
This commit is contained in:
Fabian Affolter 2022-12-06 00:05:13 +01:00
parent d3d6152995
commit 1e89ee13ce

View file

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "ical";
version = "4.2.0";
version = "4.2.1";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "allenporter";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-wDRvWpH06dvpFbiGisjcLLoUPvp1haGYcxayniCE3hQ=";
hash = "sha256-Ws5P6NTkqrJDSlKrmumdFg/Ud+DwlJafYR9ZOZXwV3M=";
};
propagatedBuildInputs = [