lol

python311Packages.hijri-converter: add changelog to meta

- update disabled

authored by

Fabian Affolter and committed by
GitHub
0b5e6272 88c28061

+2 -1
+2 -1
pkgs/development/python-modules/hijri-converter/default.nix
··· 10 10 version = "2.3.1"; 11 11 format = "setuptools"; 12 12 13 - disabled = pythonOlder "3.6"; 13 + disabled = pythonOlder "3.7"; 14 14 15 15 src = fetchPypi { 16 16 inherit pname version; ··· 28 28 meta = with lib; { 29 29 description = "Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar"; 30 30 homepage = "https://github.com/dralshehri/hijri-converter"; 31 + changelog = "https://github.com/dralshehri/hijridate/blob/v${version}/CHANGELOG.md"; 31 32 license = licenses.mit; 32 33 maintainers = with maintainers; [ hexa ]; 33 34 };