Skip to content

Commit 49413d8

Browse files
authored
python313Packages.ical: 9.0.0 -> 9.0.1 (#390308)
2 parents 3cbbfb1 + e77db89 commit 49413d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pkgs/development/python-modules/ical/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@
1717

1818
buildPythonPackage rec {
1919
pname = "ical";
20-
version = "9.0.0";
20+
version = "9.0.1";
2121
pyproject = true;
2222

23-
disabled = pythonOlder "3.10";
23+
disabled = pythonOlder "3.11";
2424

2525
src = fetchFromGitHub {
2626
owner = "allenporter";
2727
repo = "ical";
2828
tag = version;
29-
hash = "sha256-uAk+VYrcifRkUBLcXjBPwxrOlo1EKQUnPjUmR7+9cVo=";
29+
hash = "sha256-VaFzN/Yzo0Ad1vsuZJ4P8+WWH+GtPJGOz3PWum8rLww=";
3030
};
3131

3232
build-system = [ setuptools ];
@@ -48,11 +48,11 @@ buildPythonPackage rec {
4848

4949
pythonImportsCheck = [ "ical" ];
5050

51-
meta = with lib; {
51+
meta = {
5252
description = "Library for handling iCalendar";
5353
homepage = "https://github.com/allenporter/ical";
5454
changelog = "https://github.com/allenporter/ical/releases/tag/${src.tag}";
55-
license = licenses.asl20;
56-
maintainers = with maintainers; [ dotlambda ];
55+
license = lib.licenses.asl20;
56+
maintainers = with lib.maintainers; [ dotlambda ];
5757
};
5858
}

0 commit comments

Comments
 (0)