Archived
1
0
Fork 0

gnu: r-gdsfmt: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-gdsfmt): Update to 1.24.0.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2020-06-13 01:02:56 +02:00
parent 939ace9624
commit f4954b0b57
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -6673,14 +6673,14 @@ metrics, with methods for objects produced by the @code{methylumi} and
(define-public r-gdsfmt (define-public r-gdsfmt
(package (package
(name "r-gdsfmt") (name "r-gdsfmt")
(version "1.22.0") (version "1.24.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "gdsfmt" version)) (uri (bioconductor-uri "gdsfmt" version))
(sha256 (sha256
(base32 (base32
"0zc9v62imd0ykz4h30pxa64q0y45qijmkwdk2pd4ncsg8fc2jlz9")) "00hggma0i15w03xi9jr02v2593jbqkcxyfcvpp7mdzrshn99m9p6"))
(modules '((guix build utils))) (modules '((guix build utils)))
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build ;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
;; them and link with system libraries instead. ;; them and link with system libraries instead.
@ -6710,6 +6710,8 @@ metrics, with methods for objects produced by the @code{methylumi} and
`(("lz4" ,lz4) `(("lz4" ,lz4)
("xz" ,xz) ("xz" ,xz)
("zlib" ,zlib))) ("zlib" ,zlib)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "http://corearray.sourceforge.net/") (home-page "http://corearray.sourceforge.net/")
(synopsis (synopsis
"R Interface to CoreArray Genomic Data Structure (GDS) Files") "R Interface to CoreArray Genomic Data Structure (GDS) Files")