From 0e138a173992daae0697699d4e2b68cf17104091 Mon Sep 17 00:00:00 2001 From: pjotrp Date: Wed, 2 Jan 2019 12:26:52 +0000 Subject: CWL --- gn/packages/python.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gn/packages/python.scm') diff --git a/gn/packages/python.scm b/gn/packages/python.scm index 75f7cab..4cefe84 100644 --- a/gn/packages/python.scm +++ b/gn/packages/python.scm @@ -379,7 +379,7 @@ functions.") (define-public python-setuptools (package (name "python-setuptools") - (version "40.6.2") + (version "40.6.0") (source (origin (method url-fetch) @@ -753,9 +753,8 @@ the older versions.") (base32 "04h8brrbbx151dfa2cvvlnxgmb5wa00mhd2z7nd20s8kyibfkq1p")))) (build-system python-build-system) - (propagated-inputs - `(("python-version" ,python-version) - ("python-typing" ,python-typing))) + (inputs + `(("python-version" ,python-version))) (home-page "http://www.mypy-lang.org/") (synopsis "Experimental type system extensions for programs checked with the mypy typechecker.") -- cgit v1.2.3