Merge pull request #266994 from r-ryantm/auto-update/python311Packages.sgp4

python311Packages.sgp4: 2.22 -> 2.23
This commit is contained in:
Pierre Bourdon
2023-11-12 21:14:23 +01:00
committed by GitHub
@@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "sgp4";
version = "2.22";
version = "2.23";
src = fetchPypi {
inherit pname version;
hash = "sha256-F/Ci6q0tygZbbeJcHOqpQP98+ozGcSDLQRGgDxd7hvk=";
hash = "sha256-2K3cU6L7n4je5r/UAdKGWwFMwLV78s7mm97o2WhdVCk=";
};
nativeCheckInputs = [ numpy ];