Merge pull request #306864 from r-ryantm/auto-update/python311Packages.jplephem

python311Packages.jplephem: 2.21 -> 2.22
This commit is contained in:
Aleksana 2024-04-27 16:21:10 +08:00 committed by GitHub
commit 60cb88cc49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "jplephem";
version = "2.21";
version = "2.22";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-NBlLYQaV8huJIXuYUrjautvOgISMs2nZVn7xLcSCjVU=";
hash = "sha256-DZrMche0gG/rqT5yl0zurVYREEvOZ4mvONTyfc96WSw=";
};
propagatedBuildInputs = [ numpy ];