1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 21:21:06 +00:00

Merge pull request #140000 from r-ryantm/auto-update/python3.8-ephem

python38Packages.ephem: 4.0.0.2 -> 4.1
This commit is contained in:
Fabian Affolter 2021-09-30 08:56:20 +02:00 committed by GitHub
commit bc2191ec6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "ephem";
version = "4.0.0.2";
version = "4.1";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-0D3nPr9qkWgdWX61tdQ7z28MZ+KSu6L5qXRzS08VdX4=";
sha256 = "c076794a511a34b5b91871c1cf6374dbc323ec69fca3f50eb718f20b171259d6";
};
checkInputs = [