python37Packages.radio_beam: 0.3.1 -> 0.3.2

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-09-28 14:32:08 -07:00 committed by Frederik Rietdijk
parent 342ecaefd7
commit 0a9b241587

View File

@ -10,11 +10,11 @@
buildPythonPackage rec {
pname = "radio_beam";
version = "0.3.1";
version = "0.3.2";
src = fetchPypi {
inherit pname version;
sha256 = "1wgd9dyz3pcc9ighkclb6qfyshwbg35s57lz6k62jhcxpvp8r5zb";
sha256 = "0g1nqiikv023ab60gfqrvc13kfjv8m70bpfk264vlliaq6mvxdf2";
};
propagatedBuildInputs = [ astropy ];