aboutsummaryrefslogtreecommitdiff
path: root/gn/packages/python.scm
diff options
context:
space:
mode:
authorPjotr Prins2017-05-16 02:34:24 -0500
committerPjotr Prins2017-05-16 02:34:24 -0500
commit0e79fde97071b8ab0d189a158a6092edd09670ff (patch)
tree419e30d48fb5664574772fcae61a4c11b6355186 /gn/packages/python.scm
parent5dee407a2133a55cacf55a57d0f27ebcfb46fe97 (diff)
downloadguix-bioinformatics-0e79fde97071b8ab0d189a158a6092edd09670ff.tar.gz
Align with latest guix
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 7804a23..4f6f6fa 100644
--- a/gn/packages/python.scm
+++ b/gn/packages/python.scm
@@ -251,9 +251,9 @@ powerful language for representing information.")
(define-public python2-shellescape
(package-with-python2 python-shellescape))
-(define-public python-mysqlclient ; guix ready
+(define-public python-mysqlclient-old ; guix ready
(package
- (name "python-mysqlclient")
+ (name "python-mysqlclient-old")
(version "1.3.7")
(source
(origin
@@ -280,8 +280,8 @@ powerful language for representing information.")
(description "Python interface to MySQL")
(license license:gpl3)))
-(define-public python2-mysqlclient
- (package-with-python2 python-mysqlclient))
+(define-public python2-mysqlclient-old
+ (package-with-python2 python-mysqlclient-old))
(define-public python2-htmlgen-gn ; guix obsolete