gnu: r-rhtslib: Update to 3.0.0.
* gnu/packages/bioconductor.scm (r-rhtslib): Update to 3.0.0. Change-Id: I274d28c16b20e7fbb4e23fa83d438e126bb56fcf
This commit is contained in:
parent
a12af56abd
commit
2c1a7b4ee3
1 changed files with 2 additions and 2 deletions
|
@ -8737,14 +8737,14 @@ be calculated to search in MS peak lists.")
|
||||||
(define-public r-rhtslib
|
(define-public r-rhtslib
|
||||||
(package
|
(package
|
||||||
(name "r-rhtslib")
|
(name "r-rhtslib")
|
||||||
(version "2.4.1")
|
(version "3.0.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
|
||||||
"089b5amwxwac6wvdnndy9inc218919q9dz9x58i2cp7il18vjd0c"))))
|
"0497b43wxcfqyr4k30f0xq7yillb4fz0gqiqxxp66gvnqv4wiv6v"))))
|
||||||
(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,
|
||||||
|
|
Reference in a new issue