about summary refs log tree commit diff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorMuriithi Frederick Muriuki2019-02-18 14:43:59 +0300
committerMuriithi Frederick Muriuki2019-02-18 14:43:59 +0300
commitf5ffd9d54da0ca3634326c8652077aaa9605fd61 (patch)
tree35f2bed63fa24a4d8136691a5d3352e565731bbc /gn/packages/python.scm
parent70658e4b52819cb2c5ceb189d98b2e3bbda26d4f (diff)
parent7a5ba50f1df5473bf43abeae34648ee39698a6b1 (diff)
downloadguix-bioinformatics-f5ffd9d54da0ca3634326c8652077aaa9605fd61.tar.gz
Merge branch 'master' of gitlab.com:genenetwork/guix-bioinformatics
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r--gn/packages/python.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gn/packages/python.scm b/gn/packages/python.scm
index 75f7cab..651a635 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -37,6 +37,7 @@
   #:use-module (gnu packages web)
   #:use-module (gnu packages xml)
   #:use-module (gnu packages xorg)
+  #:use-module (gnu packages python-xyz)
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix git-download)
@@ -379,7 +380,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 +754,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.")