python3Packages.ephem: 4.1 -> 4.1.1
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user