unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#45531] [PATCH] gnu: hdf5: Update to 1.12.0.
@ 2020-12-29 12:12 Vincent Legoll
  2020-12-30  2:19 ` Leo Famulari
  2021-02-21 21:29 ` bug#45531: Closing Vincent Legoll
  0 siblings, 2 replies; 11+ messages in thread
From: Vincent Legoll @ 2020-12-29 12:12 UTC (permalink / raw)
  To: 45531; +Cc: Vincent Legoll

* gnu/packages/maths.scm (hdf5): Update to 1.12.0.
---
 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 b54cd6dff1..09e0837872 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1200,7 +1200,7 @@ extremely large and complex data collections.")
 
 (define-public hdf5-1.10
   (package/inherit hdf5-1.8
-    (version "1.10.7")
+    (version "1.12.0")
     (source
      (origin
        (method url-fetch)
@@ -1214,7 +1214,7 @@ extremely large and complex data collections.")
                                         (take (string-split version #\.) 2))
                                  "/src/hdf5-" version ".tar.bz2")))
        (sha256
-        (base32 "0pm5xxry55i0h7wmvc7svzdaa90rnk7h78rrjmnlkz2ygsn8y082"))
+        (base32 "0qazfslkqbmzg495jafpvqp0khws3jkxa0z7rph9qvhacil6544p"))
        (patches (search-patches "hdf5-config-date.patch"))))))
 
 (define-public hdf5
-- 
2.29.2





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

end of thread, other threads:[~2021-02-21 21:31 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29 12:12 [bug#45531] [PATCH] gnu: hdf5: Update to 1.12.0 Vincent Legoll
2020-12-30  2:19 ` Leo Famulari
2020-12-30 16:01   ` Vincent Legoll
2020-12-30 18:34     ` zimoun
2021-01-05  9:34       ` Vincent Legoll
2021-01-05 12:32         ` Efraim Flashner
2021-01-06 18:38         ` zimoun
2021-01-07  8:40           ` Vincent Legoll
2021-01-11 17:57             ` Vincent Legoll
2021-01-14 12:38               ` zimoun
2021-02-21 21:29 ` bug#45531: Closing Vincent Legoll

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).