diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-03-21 09:56:05 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-03-21 20:17:19 +0100 |
commit | c28a8855f1ab2a07680cd1639b4636033815dd7a (patch) | |
tree | 13b39310c757870de0e4e82ede50d6cb0e1dc846 /gnu | |
parent | de1d778ef50304e00d8c339b6be6be66f860d7e9 (diff) | |
download | patches-c28a8855f1ab2a07680cd1639b4636033815dd7a.tar patches-c28a8855f1ab2a07680cd1639b4636033815dd7a.tar.gz |
gnu: python-gast: Update to 0.3.3.
* gnu/packages/python-xyz.scm (python-gast): Update to 0.3.3.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index d0da9b36c3..973acce822 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17047,13 +17047,13 @@ distribution.") (define-public python-gast (package (name "python-gast") - (version "0.2.2") + (version "0.3.3") (source (origin (method url-fetch) (uri (pypi-uri "gast" version)) (sha256 - (base32 "1w5dzdb3gpcfmd2s0b93d8gff40a1s41rv31458z14inb3s9v4zy")))) + (base32 "0mrvvfzqafj1wzd0xxfmjf4vphnlxypbhpic1m283aj9i8lfz0dq")))) (build-system python-build-system) (propagated-inputs `(("python-astunparse" ,python-astunparse))) |