diff options
author | pjotrp | 2019-01-02 12:26:52 +0000 |
---|---|---|
committer | pjotrp | 2019-01-02 12:26:52 +0000 |
commit | 0e138a173992daae0697699d4e2b68cf17104091 (patch) | |
tree | 271ffa5d1b33e237d4aa1932b236f9843e6ca882 /gn/packages/python.scm | |
parent | fae40327cea346829a76615c03da6d337d51e851 (diff) | |
download | guix-bioinformatics-0e138a173992daae0697699d4e2b68cf17104091.tar.gz |
CWLcwl-talk
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 7 |
1 files changed, 3 insertions, 4 deletions
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.") |