Merge pull request #134575 from mweinelt/python/hijri-converter

python3Packages.hijri-converter: 2.1.3 -> 2.2.0
This commit is contained in:
Fabian Affolter 2021-08-20 09:53:15 +02:00 committed by GitHub
commit 4e07a002c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "hijri-converter";
version = "2.1.3";
version = "2.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "1cq67v0fjk7cd8kbppg2kl31a5i6jm8qrkcdqxx6vxwmx65l68ks";
sha256 = "sha256-25pfMciEJUFjr2ocOb6ByAel6Je6lYdiTWcG3RBI8WA=";
};
checkInputs = [ pytestCheckHook ];