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,
|
fetchFromGitHub,
|
||||||
freezegun,
|
freezegun,
|
||||||
tzdata,
|
tzdata,
|
||||||
pyparsing,
|
|
||||||
pydantic,
|
pydantic,
|
||||||
pytest-benchmark,
|
pytest-benchmark,
|
||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pythonOlder,
|
|
||||||
python-dateutil,
|
python-dateutil,
|
||||||
setuptools,
|
setuptools,
|
||||||
syrupy,
|
syrupy,
|
||||||
@@ -17,16 +15,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "ical";
|
pname = "ical";
|
||||||
version = "11.0.0";
|
version = "11.1.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.11";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "allenporter";
|
owner = "allenporter";
|
||||||
repo = "ical";
|
repo = "ical";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-jn4xPwnJ/RQNTItYv4QY54UejayI0MmDhKZtg2lkpr8=";
|
hash = "sha256-NpE+YHVgaUBR9MzC+zXwqalCwSjF/f+NH/k0S/JusiI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
@@ -35,7 +31,6 @@ buildPythonPackage rec {
|
|||||||
python-dateutil
|
python-dateutil
|
||||||
tzdata
|
tzdata
|
||||||
pydantic
|
pydantic
|
||||||
pyparsing
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user