~ruther/guix-local

7bd1247c9006b57769618ab073954573d7953b2d — Andreas Enge 1 year, 1 month ago 23a18b9
gnu: hdf5-blosc: Update to 1.0.1.

* gnu/packages/maths.scm (hdf5-blosc): Update to 1.0.1.

Change-Id: Ie782107c205e8d569a5d6e6ca80dc9f944786542
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/maths.scm
M gnu/packages/maths.scm => gnu/packages/maths.scm +2 -2
@@ 2108,7 2108,7 @@ Swath).")
(define-public hdf5-blosc
  (package
    (name "hdf5-blosc")
    (version "1.0.0")
    (version "1.0.1")
    (source
     (origin
       (method git-fetch)


@@ 2117,7 2117,7 @@ Swath).")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "1nj2bm1v6ymm3fmyvhbn6ih5fgdiapavlfghh1pvbmhw71cysyqs"))))
        (base32 "0kq09w2mz8i735p3zfnsdqdvay0086ls0cb621ckfxq42pr3gkm4"))))
    (build-system cmake-build-system)
    (arguments
     `(#:configure-flags