gnu: r-beachmat: Update to 1.2.1.

* gnu/packages/bioinformatics.scm (r-beachmat): Update to 1.2.1.
[inputs]: Add zlib.
This commit is contained in:
Ricardo Wurmus 2018-06-02 12:16:42 +02:00
parent e9c417361e
commit fd613234b7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10789,17 +10789,18 @@ (define-public r-rhdf5lib
(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)