diff options
author | Pjotr Prins | 2017-05-16 02:34:24 -0500 |
---|---|---|
committer | Pjotr Prins | 2017-05-16 02:34:24 -0500 |
commit | 0e79fde97071b8ab0d189a158a6092edd09670ff (patch) | |
tree | 419e30d48fb5664574772fcae61a4c11b6355186 /gn/packages/python.scm | |
parent | 5dee407a2133a55cacf55a57d0f27ebcfb46fe97 (diff) | |
download | guix-bioinformatics-0e79fde97071b8ab0d189a158a6092edd09670ff.tar.gz |
Align with latest guix
Diffstat (limited to 'gn/packages/python.scm')
-rw-r--r-- | gn/packages/python.scm | 8 |
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 |