python3Packages.ephem: 4.1 -> 4.1.1

This commit is contained in:
Fabian Affolter
2021-11-30 18:52:49 -08:00
committed by Jonathan Ringer
parent 4c3f9d8b75
commit 0cc6103d5b
@@ -7,11 +7,12 @@
buildPythonPackage rec {
pname = "ephem";
version = "4.1";
version = "4.1.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "c076794a511a34b5b91871c1cf6374dbc323ec69fca3f50eb718f20b171259d6";
sha256 = "sha256-26ngXHjOkQrnWgY1GlWSR5GRqNxXCsDNbRinfpgTiHM=";
};
checkInputs = [
@@ -24,7 +25,9 @@ buildPythonPackage rec {
LC_ALL="en_US.UTF-8" pytest --pyargs ephem.tests -k "not JPLTest"
'';
pythonImportsCheck = [ "ephem" ];
pythonImportsCheck = [
"ephem"
];
meta = with lib; {
description = "Compute positions of the planets and stars";