From 0b5e6272d2f99fd6f210aef5641a23cd4ef8ca3f Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 5 May 2023 00:55:37 +0200 Subject: [PATCH] python311Packages.hijri-converter: add changelog to meta - update disabled --- pkgs/development/python-modules/hijri-converter/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/hijri-converter/default.nix b/pkgs/development/python-modules/hijri-converter/default.nix index cee794a7c895..7c6d0d85d2ce 100644 --- a/pkgs/development/python-modules/hijri-converter/default.nix +++ b/pkgs/development/python-modules/hijri-converter/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { version = "2.3.1"; format = "setuptools"; - disabled = pythonOlder "3.6"; + disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; @@ -28,6 +28,7 @@ buildPythonPackage rec { meta = with lib; { description = "Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar"; homepage = "https://github.com/dralshehri/hijri-converter"; + changelog = "https://github.com/dralshehri/hijridate/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ hexa ]; };