From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:37633) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUKUi-0007xw-2K for guix-patches@gnu.org; Fri, 24 May 2019 20:25:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUKUh-0004S5-25 for guix-patches@gnu.org; Fri, 24 May 2019 20:25:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:34136) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hUKUg-0004Ri-Sq for guix-patches@gnu.org; Fri, 24 May 2019 20:25:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hUKUg-0001Kd-Fc for guix-patches@gnu.org; Fri, 24 May 2019 20:25:02 -0400 Subject: [bug#35890] [PATCH 3/4] gnu: python-hdf4: Update to 0.9.2. Resent-Message-ID: Received: from eggs.gnu.org ([209.51.188.92]:37010) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hUKU7-0007qk-Pw for guix-patches@gnu.org; Fri, 24 May 2019 20:24:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hUKKe-00051l-RR for guix-patches@gnu.org; Fri, 24 May 2019 20:14:41 -0400 Received: from mout02.posteo.de ([185.67.36.66]:51333) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hUKKb-0004mi-IG for guix-patches@gnu.org; Fri, 24 May 2019 20:14:38 -0400 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id F0A5B2400E5 for ; Sat, 25 May 2019 02:14:29 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 459kJ44PR2z9rxB for ; Sat, 25 May 2019 02:14:28 +0200 (CEST) From: Brett Gilio Date: Fri, 24 May 2019 19:14:26 -0500 Message-ID: <8736l3qtjx.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/x-patch Content-Disposition: inline; filename=0003-gnu-python-hdf4-Update-to-0.9.2.patch Content-Description: [PATCH 3/4] gnu: python-hdf4: Update to 0.9.2. 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: 35890@debbugs.gnu.org >From fb102715cd2b809e4d963b8f71df54bbad06c369 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Fri, 24 May 2019 19:10:33 -0500 Subject: [PATCH 3/4] gnu: python-hdf4: Update to 0.9.2. * gnu/packages/python-xyz.scm (python-hdf4): Update to 0.9.2. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index a58b788ca1..54cc0c2b27 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -370,14 +370,14 @@ and verifies that it matches the intended target hostname.") (define-public python-hdf4 (package (name "python-hdf4") - (version "0.9") + (version "0.9.2") (source (origin (method url-fetch) (uri (pypi-uri name version)) (sha256 (base32 - "1hjiyrxvxk9817qyqky3nar4y3fs4z8wxz0n884zzb5wi6skrjks")))) + "00sxppysk3w620g1jdskjzkybvpf8dkpzjfj3wlw5khpzw1g0hq5")))) (build-system python-build-system) (native-inputs `(("nose" ,python-nose))) (propagated-inputs `(("numpy" ,python-numpy))) -- 2.21.0