gnu: r-rhtslib: Update to 1.16.1.
* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.16.1.
This commit is contained in:
parent
c648e672b7
commit
23ce7f3b0b
|
@ -8284,14 +8284,14 @@ secondary structure and comparative analysis in R.")
|
||||||
(define-public r-rhtslib
|
(define-public r-rhtslib
|
||||||
(package
|
(package
|
||||||
(name "r-rhtslib")
|
(name "r-rhtslib")
|
||||||
(version "1.14.1")
|
(version "1.16.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rhtslib" version))
|
(uri (bioconductor-uri "Rhtslib" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13fv78sk5g0gqfl3ks3rps3zc1k66a4lzxvgn36r7ix43yxk7hnr"))))
|
"178zbrm221rwhbjk7j2v9g5ra44k0xg7c5abhd810m3g7snma8k8"))))
|
||||||
(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,
|
||||||
|
|
Loading…
Reference in New Issue