[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: r-hdf5array: Update to 1.12.2.
From: |
guix-commits |
Subject: |
02/06: gnu: r-hdf5array: Update to 1.12.2. |
Date: |
Thu, 8 Aug 2019 10:47:14 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 90060e2071cf3c21430d6470d15324c502bccc4c
Author: Ricardo Wurmus <address@hidden>
Date: Thu Aug 8 16:35:07 2019 +0200
gnu: r-hdf5array: Update to 1.12.2.
* gnu/packages/bioinformatics.scm (r-hdf5array): Update to 1.12.2.
---
gnu/packages/bioinformatics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1bf9278..e860b5b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10425,14 +10425,14 @@ provided.")
(define-public r-hdf5array
(package
(name "r-hdf5array")
- (version "1.12.1")
+ (version "1.12.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "HDF5Array" version))
(sha256
(base32
- "0n8zc1x582vwb0zfhrjmnqbnpqky9zbhjc2j836i0a4yisklwdcp"))))
+ "0afradisrr5gn0lf2kxjw55vdm3lm9mlgx53qlr9r40c1hrydpf5"))))
(properties `((upstream-name . "HDF5Array")))
(build-system r-build-system)
(inputs
- branch master updated (ba73c43 -> eb8963d), guix-commits, 2019/08/08
- 01/06: gnu: r-biocparallel: Update to 1.18.1., guix-commits, 2019/08/08
- 02/06: gnu: r-hdf5array: Update to 1.12.2.,
guix-commits <=
- 03/06: gnu: r-ggsignif: Update to 0.6.0., guix-commits, 2019/08/08
- 04/06: gnu: r-markdown: Update to 1.1., guix-commits, 2019/08/08
- 06/06: gnu: r-quantreg: Update to 5.51., guix-commits, 2019/08/08
- 05/06: gnu: r-knitr: Update to 1.24., guix-commits, 2019/08/08