rekado pushed a commit to branch master
in repository guix.
commit fd613234b746ce45d60f300191f303982f1ac54d
Author: Ricardo Wurmus <[email protected]>
Date: Sat Jun 2 12:16:42 2018 +0200
gnu: r-beachmat: Update to 1.2.1.
* gnu/packages/bioinformatics.scm (r-beachmat): Update to 1.2.1.
[inputs]: Add zlib.
---
gnu/packages/bioinformatics.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f4eb281..df2d9aa 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10789,17 +10789,18 @@ packages.")
(define-public r-beachmat
(package
(name "r-beachmat")
- (version "1.0.2")
+ (version "1.2.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "beachmat" version))
(sha256
(base32
- "0b6dzja5fbx4dawb7ixj67mlhw4fy62pfp20mfp918fy96zmdwqz"))))
+ "1w90v0jx1zgrfxzx99gdkk0dz2vi25hr51jml1bvq33i64rj7996"))))
(build-system r-build-system)
(inputs
- `(("hdf5" ,hdf5)))
+ `(("hdf5" ,hdf5)
+ ("zlib" ,zlib)))
(propagated-inputs
`(("r-delayedarray" ,r-delayedarray)
("r-hdf5array" ,r-hdf5array)