[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#45531] [PATCH] gnu: hdf5: Update to 1.12.0.
From: |
Leo Famulari |
Subject: |
[bug#45531] [PATCH] gnu: hdf5: Update to 1.12.0. |
Date: |
Tue, 29 Dec 2020 21:19:35 -0500 |
On Tue, Dec 29, 2020 at 01:12:03PM +0100, Vincent Legoll wrote:
> * gnu/packages/maths.scm (hdf5): Update to 1.12.0.
Thanks!
> (define-public hdf5-1.10
> (package/inherit hdf5-1.8
> - (version "1.10.7")
> + (version "1.12.0")
The variable name should be updated to reflect the new version, and any
packages using it would also need to be adjusted.
Can you send a revised patch?