From 4791e7de6b94d19ebac398af74052bb6733a877d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 29 Sep 2021 10:12:31 +0200 Subject: [PATCH] python3Packages.hijri-converter: 2.2.0 -> 2.2.2 --- pkgs/development/python-modules/hijri-converter/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hijri-converter/default.nix b/pkgs/development/python-modules/hijri-converter/default.nix index ce2acc33a9f6..ba9511a078d5 100644 --- a/pkgs/development/python-modules/hijri-converter/default.nix +++ b/pkgs/development/python-modules/hijri-converter/default.nix @@ -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";