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 {
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 ];