Loading pkgs/development/python-modules/hijri-converter/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "hijri-converter"; version = "2.2.4"; version = "2.3.1"; format = "setuptools"; disabled = pythonOlder "3.6"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-nh2fpMIg9oZ9oquxqWJAZ1rpdKu6lRxoangfTvasIY8="; hash = "sha256-BptniSkeCDD0hgp53NNPs87qO5VRbtQBAgK5ZWuhq2E="; }; nativeCheckInputs = [ Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/hijri-converter/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -7,14 +7,14 @@ buildPythonPackage rec { pname = "hijri-converter"; version = "2.2.4"; version = "2.3.1"; format = "setuptools"; disabled = pythonOlder "3.6"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-nh2fpMIg9oZ9oquxqWJAZ1rpdKu6lRxoangfTvasIY8="; hash = "sha256-BptniSkeCDD0hgp53NNPs87qO5VRbtQBAgK5ZWuhq2E="; }; nativeCheckInputs = [ Loading @@ -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 ]; }; Loading