mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-rhtslib: Update to 1.18.0.
* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.18.0. [propagated-inputs]: Add curl.
This commit is contained in:
parent
7b6c008960
commit
108c03a8eb
1 changed files with 4 additions and 3 deletions
|
@ -8313,21 +8313,22 @@ (define-public r-r4rna
|
||||||
(define-public r-rhtslib
|
(define-public r-rhtslib
|
||||||
(package
|
(package
|
||||||
(name "r-rhtslib")
|
(name "r-rhtslib")
|
||||||
(version "1.16.3")
|
(version "1.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rhtslib" version))
|
(uri (bioconductor-uri "Rhtslib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lmrfr32nrz36abn440kvzzck53y2320xjxqzs2jw7m2a9h3ryak"))))
|
"04inkq44lxwymqv51mxgaphasqjcdc9rl5p58imnrdm0kszs8prm"))))
|
||||||
(properties `((upstream-name . "Rhtslib")))
|
(properties `((upstream-name . "Rhtslib")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; Without this a temporary directory ends up in the Rhtslib.so binary,
|
;; Without this a temporary directory ends up in the Rhtslib.so binary,
|
||||||
;; which makes R abort the build.
|
;; which makes R abort the build.
|
||||||
(arguments '(#:configure-flags '("--no-staged-install")))
|
(arguments '(#:configure-flags '("--no-staged-install")))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-zlibbioc" ,r-zlibbioc)))
|
`(("curl" ,curl)
|
||||||
|
("r-zlibbioc" ,r-zlibbioc)))
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)))
|
`(("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue