python3Packages.ical: 11.0.0 -> 11.1.0
Diff: https://github.com/allenporter/ical/compare/11.0.0...11.1.0 Changelog: https://github.com/allenporter/ical/releases/tag/11.1.0
This commit is contained in:
@@ -5,11 +5,9 @@
|
||||
fetchFromGitHub,
|
||||
freezegun,
|
||||
tzdata,
|
||||
pyparsing,
|
||||
pydantic,
|
||||
pytest-benchmark,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
python-dateutil,
|
||||
setuptools,
|
||||
syrupy,
|
||||
@@ -17,16 +15,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "ical";
|
||||
version = "11.0.0";
|
||||
version = "11.1.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "allenporter";
|
||||
repo = "ical";
|
||||
tag = version;
|
||||
hash = "sha256-jn4xPwnJ/RQNTItYv4QY54UejayI0MmDhKZtg2lkpr8=";
|
||||
hash = "sha256-NpE+YHVgaUBR9MzC+zXwqalCwSjF/f+NH/k0S/JusiI=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
@@ -35,7 +31,6 @@ buildPythonPackage rec {
|
||||
python-dateutil
|
||||
tzdata
|
||||
pydantic
|
||||
pyparsing
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user