From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: [PATCH] gnu: python-sqlalchemy: Update to 1.0.11 (oops: fixed name). Date: Mon, 08 Feb 2016 17:55:03 +0100 Message-ID: <56b8c867.Mt4UAAdU6v84queb%pjotr.public12@thebird.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41391) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSp6T-0006nE-El for guix-devel@gnu.org; Mon, 08 Feb 2016 11:55:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aSp6P-0005Ae-Ei for guix-devel@gnu.org; Mon, 08 Feb 2016 11:55:57 -0500 Received: from mail.thebird.nl ([95.154.246.10]:37896) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aSp6P-0005AU-9M for guix-devel@gnu.org; Mon, 08 Feb 2016 11:55:53 -0500 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: guix-devel@gnu.org * gnu/packages/python.scm (python-sqlalchemy): Update to 1.0.11 --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5b988c1..47c7975 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -3549,7 +3549,7 @@ routines such as routines for numerical integration and optimization.") (define-public python-sqlalchemy (package (name "python-sqlalchemy") - (version "0.9.7") + (version "1.0.11") (source (origin (method url-fetch) @@ -3557,7 +3557,7 @@ routines such as routines for numerical integration and optimization.") "SQLAlchemy/SQLAlchemy-" version ".tar.gz")) (sha256 (base32 - "059ayifj5l08v6vv56anhyibyllscn10dlzr2fcw68gz1hfjdzsz")))) + "18z81m3ypcgqmsqn61qpfm75b98z5fihx23hjw05a57shybp490b")))) (build-system python-build-system) (native-inputs `(("python-cython" ,python-cython) ;for c extensions -- 2.1.4