Loading pkgs/development/python-modules/prayer-times-calculator/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -7,14 +7,16 @@ buildPythonPackage rec { pname = "prayer-times-calculator"; version = "0.0.7"; version = "0.0.8"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "uchagani"; repo = pname; rev = "refs/tags/${version}"; sha256 = "sha256-fIfv10oi5Lv1dj5Y5CYI94/UdWG3bAY/ENCiMTkO0RE="; hash = "sha256-Zk7lzZUfojJrsrLRS9cf9AhEfGGsxZJo2MnIIOv6Ezk="; }; propagatedBuildInputs = [ Loading @@ -24,11 +26,14 @@ buildPythonPackage rec { # Project has no tests doCheck = false; pythonImportsCheck = [ "prayer_times_calculator" ]; pythonImportsCheck = [ "prayer_times_calculator" ]; meta = with lib; { description = "Python client for the Prayer Times API"; homepage = "https://github.com/uchagani/prayer-times-calculator"; changelog = "https://github.com/uchagani/prayer-times-calculator/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/prayer-times-calculator/default.nix +8 −3 Original line number Diff line number Diff line Loading @@ -7,14 +7,16 @@ buildPythonPackage rec { pname = "prayer-times-calculator"; version = "0.0.7"; version = "0.0.8"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "uchagani"; repo = pname; rev = "refs/tags/${version}"; sha256 = "sha256-fIfv10oi5Lv1dj5Y5CYI94/UdWG3bAY/ENCiMTkO0RE="; hash = "sha256-Zk7lzZUfojJrsrLRS9cf9AhEfGGsxZJo2MnIIOv6Ezk="; }; propagatedBuildInputs = [ Loading @@ -24,11 +26,14 @@ buildPythonPackage rec { # Project has no tests doCheck = false; pythonImportsCheck = [ "prayer_times_calculator" ]; pythonImportsCheck = [ "prayer_times_calculator" ]; meta = with lib; { description = "Python client for the Prayer Times API"; homepage = "https://github.com/uchagani/prayer-times-calculator"; changelog = "https://github.com/uchagani/prayer-times-calculator/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading