3
0
Fork 0
forked from mirrors/nixpkgs

python310Packages.ical: 4.1.1 -> 4.1.2

Changelog: https://github.com/allenporter/ical/releases/tag/4.1.2
This commit is contained in:
Fabian Affolter 2022-12-04 11:42:12 +01:00
parent e38618a657
commit 0cb9f44808

View file

@ -1,6 +1,7 @@
{ lib
, python-dateutil
, buildPythonPackage
, emoji
, fetchFromGitHub
, freezegun
, tzdata
@ -15,7 +16,7 @@
buildPythonPackage rec {
pname = "ical";
version = "4.1.1";
version = "4.1.2";
format = "setuptools";
disabled = pythonOlder "3.9";
@ -24,10 +25,11 @@ buildPythonPackage rec {
owner = "allenporter";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-yPFFOhAscLvhKo7sgXtH1HwcDYq8kWKHzrr3ep857Io=";
hash = "sha256-kbPiyHu8k0cIkeX1XF2p5yQwiDvEWJhclENQly5QJa0=";
};
propagatedBuildInputs = [
emoji
python-dateutil
tzdata
pydantic