all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] gnu: hdf4: Update to 4.2.12.
@ 2017-01-09 12:20 Thomas Danckaert
  2017-01-09 14:54 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Danckaert @ 2017-01-09 12:20 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: 0001-gnu-hdf4-Update-to-4.2.12.patch --]
[-- Type: Text/X-Patch, Size: 1196 bytes --]

From 9654ad20d5039ae761970efaaff68cb0e9062179 Mon Sep 17 00:00:00 2001
From: Thomas Danckaert <thomas.danckaert@gmail.com>
Date: Mon, 9 Jan 2017 12:32:48 +0100
Subject: [PATCH] gnu: hdf4: Update to 4.2.12.

* gnu/packages/maths.scm (hdf4): Update to 4.2.12.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 18b06e7..c1c7a24 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -484,14 +484,14 @@ computations.")
 (define-public hdf4
   (package
     (name "hdf4")
-    (version "4.2.11")
+    (version "4.2.12")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://support.hdfgroup.org/ftp/HDF/releases/HDF"
                            version "/src/hdf-" version ".tar.bz2"))
        (sha256
-        (base32 "16yr50j845zlfx20skmw3y75ww77akk9gg0affjqkg66ih5r03mv"))
+        (base32 "020jh563sjyxsgml8l809d2i1d4ms9shivwj3gbm7n0ilxbll8id"))
        (patches (search-patches "hdf4-architectures.patch"
                                 "hdf4-reproducibility.patch"
                                 "hdf4-shared-fortran.patch"))))
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] gnu: hdf4: Update to 4.2.12.
  2017-01-09 12:20 [PATCH] gnu: hdf4: Update to 4.2.12 Thomas Danckaert
@ 2017-01-09 14:54 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2017-01-09 14:54 UTC (permalink / raw)
  To: Thomas Danckaert; +Cc: guix-devel

Thomas Danckaert <post@thomasdanckaert.be> skribis:

> From 9654ad20d5039ae761970efaaff68cb0e9062179 Mon Sep 17 00:00:00 2001
> From: Thomas Danckaert <thomas.danckaert@gmail.com>
> Date: Mon, 9 Jan 2017 12:32:48 +0100
> Subject: [PATCH] gnu: hdf4: Update to 4.2.12.
>
> * gnu/packages/maths.scm (hdf4): Update to 4.2.12.

Applied, thanks!

Ludo'.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-01-09 14:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-09 12:20 [PATCH] gnu: hdf4: Update to 4.2.12 Thomas Danckaert
2017-01-09 14:54 ` Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.