python37Packages.radio_beam: 0.2 -> 0.3.1 (#57450)

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-radio_beam/versions
This commit is contained in:
R. RyanTM 2019-03-15 15:29:49 -07:00 committed by xeji
parent 99f9563830
commit 734341104c

View File

@ -5,13 +5,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "radio_beam"; pname = "radio_beam";
version = "0.2"; version = "0.3.1";
doCheck = false; # the tests requires several pytest plugins that are not in nixpkgs doCheck = false; # the tests requires several pytest plugins that are not in nixpkgs
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0gbnwnk89n8z0xwn41rc7wpr0fwrzkvxficyki3dyqbxq7y3qfrv"; sha256 = "1wgd9dyz3pcc9ighkclb6qfyshwbg35s57lz6k62jhcxpvp8r5zb";
}; };
propagatedBuildInputs = [ astropy ]; propagatedBuildInputs = [ astropy ];