python: gast: 0.2.2 -> 0.3.2
This commit is contained in:
parent
98e651cf7f
commit
3745ed9489
@ -2,10 +2,10 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "gast";
|
pname = "gast";
|
||||||
version = "0.2.2";
|
version = "0.3.2";
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1w5dzdb3gpcfmd2s0b93d8gff40a1s41rv31458z14inb3s9v4zy";
|
sha256 = "5c7617f1f6c8b8b426819642b16b9016727ddaecd16af9a07753e537eba8a3a5";
|
||||||
};
|
};
|
||||||
checkInputs = [ astunparse ] ;
|
checkInputs = [ astunparse ] ;
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user