mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
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:
parent
939ace9624
commit
f4954b0b57
1 changed files with 4 additions and 2 deletions
|
@ -6673,14 +6673,14 @@ (define-public r-watermelon
|
|||
(define-public r-gdsfmt
|
||||
(package
|
||||
(name "r-gdsfmt")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "gdsfmt" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zc9v62imd0ykz4h30pxa64q0y45qijmkwdk2pd4ncsg8fc2jlz9"))
|
||||
"00hggma0i15w03xi9jr02v2593jbqkcxyfcvpp7mdzrshn99m9p6"))
|
||||
(modules '((guix build utils)))
|
||||
;; Remove bundled sources of zlib, lz4, and xz. Don't attempt to build
|
||||
;; them and link with system libraries instead.
|
||||
|
@ -6710,6 +6710,8 @@ (define-public r-gdsfmt
|
|||
`(("lz4" ,lz4)
|
||||
("xz" ,xz)
|
||||
("zlib" ,zlib)))
|
||||
(native-inputs
|
||||
`(("r-knitr" ,r-knitr)))
|
||||
(home-page "http://corearray.sourceforge.net/")
|
||||
(synopsis
|
||||
"R Interface to CoreArray Genomic Data Structure (GDS) Files")
|
||||
|
|
Loading…
Reference in a new issue