python3Packages.sgp4: 2.25 -> 2.26 (#537661)
This commit is contained in:
@@ -7,12 +7,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "sgp4";
|
||||
version = "2.25";
|
||||
version = "2.26";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-4Z7cbcwl1p+4/eCiZ7jwxE1+kVx7y+rPXTqLWVuvBnQ=";
|
||||
hash = "sha256-SNFXY7avk5P8ICQZBwVYjdNlD82QEzq5gOALxWB8YG4=";
|
||||
};
|
||||
|
||||
nativeCheckInputs = [ numpy ];
|
||||
|
||||
Reference in New Issue
Block a user