Merge pull request #139855 from fabaff/bump-hijri-converter

This commit is contained in:
Sandro 2021-09-29 14:55:37 +02:00 committed by GitHub
commit 70f219e4cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,15 +6,17 @@
buildPythonPackage rec {
pname = "hijri-converter";
version = "2.2.0";
version = "2.2.2";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-25pfMciEJUFjr2ocOb6ByAel6Je6lYdiTWcG3RBI8WA=";
sha256 = "sha256-1KENsAnBQXWSu/s96+yt+gTY2NXVG2Spcelp12Gp8+E=";
};
checkInputs = [ pytestCheckHook ];
pythonImportsCheck = [ "hijri_converter" ];
meta = with lib; {
description = "Accurate Hijri-Gregorian date converter based on the Umm al-Qura calendar";
homepage = "https://github.com/dralshehri/hijri-converter";