mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
python37Packages.astroquery: 0.3.8 -> 0.3.9
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.7-astroquery/versions
This commit is contained in:
parent
e131824ca9
commit
4f6af19e69
@ -10,13 +10,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "astroquery";
|
pname = "astroquery";
|
||||||
version = "0.3.8";
|
version = "0.3.9";
|
||||||
|
|
||||||
doCheck = false; # Tests require the pytest-astropy package
|
doCheck = false; # Tests require the pytest-astropy package
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "800d9730c9e2bd299f14c29b4d709d1605c82833223a2e4f784fea7ad805c168";
|
sha256 = "0zw3xp2rfc6h2v569iqsyvzhfnzp7bfjb7jrj61is1hrqw1cqjrb";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ astropy requests keyring beautifulsoup4 html5lib ];
|
propagatedBuildInputs = [ astropy requests keyring beautifulsoup4 html5lib ];
|
||||||
|
Loading…
Reference in New Issue
Block a user