From 23a18b9a3a0c89ba511a2a0895d82b8da0e759e0 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Wed, 30 Apr 2025 18:07:34 +0200 Subject: [PATCH] gnu: hdf5-blosc: Update input. * gnu/packages/maths.scm (hdf5-blosc)[inputs]: Remove hdf5-1.10; add hdf5. Change-Id: Ib9356732ffacac001997ac3343b0d57bda14366d --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index ee33efb65e1..98ee00ad27f 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -2135,7 +2135,7 @@ Swath).") (("ExternalProject_Add\\(project_blosc") "message(")) #t))))) (inputs - (list c-blosc hdf5-1.10)) + (list c-blosc hdf5)) (home-page "https://github.com/Blosc/hdf5-blosc") (synopsis "Filter for HDF5 using the Blosc compressor") (description "This is a filter for HDF5 that uses the Blosc compressor; by