gnu: r-rhtslib: Update to 2.4.0.
* gnu/packages/bioconductor.scm (r-rhtslib): Update to 2.4.0. Change-Id: I4d3d80435b6125c8111a925fbd3bf36a22f588d0
This commit is contained in:
parent
e28ffb7341
commit
3c8f3921f0
1 changed files with 2 additions and 2 deletions
|
@ -8055,14 +8055,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.2.0")
|
(version "2.4.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
|
||||||
"1p8imns26knh21r254n7i9xvy8xzz3zizx0kq4si7cdaf2b4xayi"))))
|
"1h0hzs4f4mmnpi436dgib9lakljacznkyyssy7c4mdd419431aq2"))))
|
||||||
(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