Skip to content

Commit

Permalink
python37Packages.astroquery: 0.4 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jon committed Jul 28, 2020
1 parent ddd7169 commit dbd08f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/astroquery/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@

buildPythonPackage rec {
pname = "astroquery";
version = "0.4";
version = "0.4.1";

src = fetchPypi {
inherit pname version;
sha256 = "1ddwnj9vpvxkrfb45c4pwv5f5za9kn2q0040dpw2ymj2bwlpl61h";
sha256 = "0xpqrl9h7sg55mql38xsfpbz9rxsm3mxfha1biqyly1gmxpmd47a";
};

disabled = !isPy3k;
Expand Down

0 comments on commit dbd08f0

Please sign in to comment.