python310Packages.ical: 4.2.9 -> 4.5.3
https://github.com/allenporter/ical/releases/tag/4.3.0 https://github.com/allenporter/ical/releases/tag/4.4.0 https://github.com/allenporter/ical/releases/tag/4.5.0 https://github.com/allenporter/ical/releases/tag/4.5.1 https://github.com/allenporter/ical/releases/tag/4.5.3 Co-Authored-By: Martin Weinelt <hexa@darmstadt.ccc.de>
This commit is contained in:
committed by
Martin Weinelt
co-authored by
Martin Weinelt
parent
096b9f83b5
commit
d980c31db4
@@ -13,11 +13,12 @@
|
||||
, pytest-golden
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, pyyaml
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ical";
|
||||
version = "4.2.9";
|
||||
version = "4.5.3";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -26,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "allenporter";
|
||||
repo = pname;
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-p1cvs+xLin2WK2zyqQFd1vWKzt+LU2mpDSieOgA7Qf8=";
|
||||
hash = "sha256-CHo6khJ8Bqej/OdQBtcfa/luO1Gj8cu7h//MwPhWrMU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@@ -44,6 +45,7 @@ buildPythonPackage rec {
|
||||
pytest-benchmark
|
||||
pytest-golden
|
||||
pytestCheckHook
|
||||
pyyaml
|
||||
];
|
||||
|
||||
# https://github.com/allenporter/ical/issues/136
|
||||
|
||||
Reference in New Issue
Block a user