From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ee2TT-0004wm-IU for guix-patches@gnu.org; Tue, 23 Jan 2018 12:35:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ee2TO-0000qF-Kb for guix-patches@gnu.org; Tue, 23 Jan 2018 12:35:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60181) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ee2TO-0000q6-Gs for guix-patches@gnu.org; Tue, 23 Jan 2018 12:35:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ee2TO-0003jp-7N for guix-patches@gnu.org; Tue, 23 Jan 2018 12:35:02 -0500 Subject: [bug#30232] [PATCH] gnu: python2-mmtk: Update to 2.7.11 Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40186) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ee2So-0004hg-Fm for guix-patches@gnu.org; Tue, 23 Jan 2018 12:34:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ee2Sj-0000Yq-Iz for guix-patches@gnu.org; Tue, 23 Jan 2018 12:34:26 -0500 Received: from poussette.synchrotron.fr ([195.221.0.32]:36496 helo=poussette.synchrotron-soleil.fr) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ee2Sj-0000Xe-Cs for guix-patches@gnu.org; Tue, 23 Jan 2018 12:34:21 -0500 From: Konrad Hinsen Date: Tue, 23 Jan 2018 18:29:18 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30232@debbugs.gnu.org * gnu/packages/python.scm (python2-mmtk): Update to 2.7.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 8802abd09..e4d5edb41 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -12334,7 +12334,7 @@ not actively maintained and works only with Python 2 and NumPy < 1.9.") (define-public python2-mmtk (package (name "python2-mmtk") - (version "2.7.10") + (version "2.7.11") (source (origin (method url-fetch) @@ -12343,7 +12343,7 @@ not actively maintained and works only with Python 2 and NumPy < 1.9.") (file-name (string-append "MMTK-" version ".tar.gz")) (sha256 (base32 - "1k4gsd50zja89dbzgy3aji7h4zpvbvdfrds7rxr3whqrsgcffnir")))) + "1d0nnjx4lwsvh8f99vv1r6gi50d93yba0adkz8b4zgv4za4c5862")))) (build-system python-build-system) (native-inputs `(("netcdf" ,netcdf))) -- 2.14.3 (Apple Git-98)