mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-06 20:23:39 +00:00
python3Packages.skyfield: 1.42 -> 1.45
This commit is contained in:
parent
86d5f06a67
commit
34ed5eaaec
@ -4,13 +4,13 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "skyfield";
|
||||
version = "1.42";
|
||||
version = "1.45";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "skyfielders";
|
||||
repo = "python-skyfield";
|
||||
rev = version;
|
||||
hash = "sha256-aoSkuLhZcEy+13EJQOBHV2/rgmN6aZQHqfj4OOirOG0=";
|
||||
hash = "sha256-kZrXNVE+JGPGiVsd6CTwOqfciYLsD2A4pTS3FpqO+Dk=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ certifi numpy sgp4 jplephem ];
|
||||
|
Loading…
Reference in New Issue
Block a user