python: gast: 0.2.2 -> 0.3.2

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:31 +02:00
parent 98e651cf7f
commit 3745ed9489

View File

@ -2,10 +2,10 @@
buildPythonPackage rec {
pname = "gast";
version = "0.2.2";
version = "0.3.2";
src = fetchPypi {
inherit pname version;
sha256 = "1w5dzdb3gpcfmd2s0b93d8gff40a1s41rv31458z14inb3s9v4zy";
sha256 = "5c7617f1f6c8b8b426819642b16b9016727ddaecd16af9a07753e537eba8a3a5";
};
checkInputs = [ astunparse ] ;
meta = with stdenv.lib; {