File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
pkgs/development/python-modules/ical Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717
1818buildPythonPackage 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}
You can’t perform that action at this time.
0 commit comments