From 0e79fde97071b8ab0d189a158a6092edd09670ff Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Tue, 16 May 2017 02:34:24 -0500 Subject: Align with latest guix --- gn/packages/python.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gn/packages/python.scm') 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 -- cgit v1.2.3