[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/50: gnu: r-hdf5r: Update to 1.3.10.
From: |
guix-commits |
Subject: |
17/50: gnu: r-hdf5r: Update to 1.3.10. |
Date: |
Wed, 6 Mar 2024 03:42:58 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 8ae33df24d38ae0cddd0e1cd095602598da1c5f6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Mar 5 14:37:36 2024 +0100
gnu: r-hdf5r: Update to 1.3.10.
* gnu/packages/cran.scm (r-hdf5r): Update to 1.3.10.
[native-inputs]: Add pkg-config.
Change-Id: Ie93236c090afef5d29178bd4b3a9152ae9298a54
---
gnu/packages/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index fa40e33169..3402a68609 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14021,21 +14021,21 @@ results to the user.")
(define-public r-hdf5r
(package
(name "r-hdf5r")
- (version "1.3.9")
+ (version "1.3.10")
(source
(origin
(method url-fetch)
(uri (cran-uri "hdf5r" version))
(sha256
(base32
- "1av3pafbfff4wanw9s1iqgwkcdmc5f8c8h3z0byqll9i661kz3pg"))))
+ "0khj94z6ls6dnc6fpxwf1w93mk6f3z2p39mbihf0lz52jc36wjcj"))))
(build-system r-build-system)
(inputs
(list hdf5 zlib))
(propagated-inputs
(list r-bit64 r-r6))
(native-inputs
- (list r-knitr))
+ (list pkg-config r-knitr))
(home-page "https://hhoeflin.github.io/hdf5r")
(synopsis "Interface to the HDF5 binary data format")
(description
- branch master updated (f18d13b5f8 -> 86552708c3), guix-commits, 2024/03/06
- 02/50: gnu: Add r-transformr., guix-commits, 2024/03/06
- 04/50: gnu: r-ggdist: Update to 3.3.2., guix-commits, 2024/03/06
- 06/50: gnu: r-pagoda2: Update to 1.0.12., guix-commits, 2024/03/06
- 05/50: gnu: r-ggside: Update to 0.3.1., guix-commits, 2024/03/06
- 08/50: gnu: r-curl: Update to 5.2.1., guix-commits, 2024/03/06
- 12/50: gnu: r-lava: Update to 1.8.0., guix-commits, 2024/03/06
- 17/50: gnu: r-hdf5r: Update to 1.3.10.,
guix-commits <=
- 24/50: gnu: r-deldir: Update to 2.0-4., guix-commits, 2024/03/06
- 03/50: gnu: r-conos: Update to 1.5.2., guix-commits, 2024/03/06
- 01/50: import/cran: Add one more invalid package., guix-commits, 2024/03/06
- 10/50: gnu: r-rmumps: Update to 5.2.1-28., guix-commits, 2024/03/06
- 09/50: gnu: r-spelling: Update to 2.3.0., guix-commits, 2024/03/06
- 07/50: gnu: r-secretbase: Update to 0.3.0.1., guix-commits, 2024/03/06
- 14/50: gnu: r-renv: Update to 1.0.5., guix-commits, 2024/03/06
- 18/50: gnu: r-nodbi: Update to 0.10.3., guix-commits, 2024/03/06
- 15/50: gnu: r-ggsci: Update to 3.0.1., guix-commits, 2024/03/06
- 20/50: gnu: r-colorramps: Update to 2.3.2., guix-commits, 2024/03/06