[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: python-typed-ast: Update to 1.4.0.
From: |
guix-commits |
Subject: |
03/07: gnu: python-typed-ast: Update to 1.4.0. |
Date: |
Sat, 19 Oct 2019 10:05:57 -0400 (EDT) |
mothacehe pushed a commit to branch master
in repository guix.
commit bae89583827501db4038bffbd9b4bc863e17571d
Author: Mathieu Othacehe <address@hidden>
Date: Sat Oct 19 15:26:55 2019 +0200
gnu: python-typed-ast: Update to 1.4.0.
* gnu/packages/python-xyz.scm (python-typed-ast): Update to 1.4.0,
[source]: switch to git-fetch.
---
gnu/packages/python-xyz.scm | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2983425..fb6470e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14735,14 +14735,16 @@ source bytes using the UTF-8 encoding and then
rewrites Python 3.6 style
(define-public python-typed-ast
(package
(name "python-typed-ast")
- (version "1.3.5")
+ (version "1.4.0")
(source
(origin
- (method url-fetch)
- (uri (pypi-uri "typed-ast" version))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/python/typed_ast.git")
+ (commit version)))
(sha256
- (base32
- "1m7pr6qpana3cvqwiw7mlvrgvmw27ch5mx1592572xhlki8g85ak"))))
+ (base32 "0l0hz809f7i356kmqkvfsaswiidb98j9hs9rrjnfawzqcbffzgyb"))
+ (file-name (git-file-name name version))))
(build-system python-build-system)
(arguments
`(#:modules ((guix build utils)
- branch master updated (5f76051 -> 74c1a56), guix-commits, 2019/10/19
- 01/07: gnu: Add python-setuptools-scm-3.3., guix-commits, 2019/10/19
- 02/07: gnu: python-lazy-object-proxy: Update to 1.4.2., guix-commits, 2019/10/19
- 03/07: gnu: python-typed-ast: Update to 1.4.0.,
guix-commits <=
- 04/07: gnu: python-astroid: Update to 2.3.2., guix-commits, 2019/10/19
- 05/07: gnu: python2-astroid: Fix build., guix-commits, 2019/10/19
- 06/07: gnu: python-pylint: Update to 2.3.1., guix-commits, 2019/10/19
- 07/07: gnu: python2-pylint: Fix build., guix-commits, 2019/10/19