python3Packages.skyfield: 1.42 -> 1.45

This commit is contained in:
Zane van Iperen 2023-05-11 21:03:40 +10:00
parent 86d5f06a67
commit 34ed5eaaec
No known key found for this signature in database
GPG Key ID: 68616B2D8AC4DCC5

View File

@ -4,13 +4,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "skyfield"; pname = "skyfield";
version = "1.42"; version = "1.45";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "skyfielders"; owner = "skyfielders";
repo = "python-skyfield"; repo = "python-skyfield";
rev = version; rev = version;
hash = "sha256-aoSkuLhZcEy+13EJQOBHV2/rgmN6aZQHqfj4OOirOG0="; hash = "sha256-kZrXNVE+JGPGiVsd6CTwOqfciYLsD2A4pTS3FpqO+Dk=";
}; };
propagatedBuildInputs = [ certifi numpy sgp4 jplephem ]; propagatedBuildInputs = [ certifi numpy sgp4 jplephem ];