gnu: r-rhtslib: Update to 2.0.0.

* gnu/packages/bioconductor.scm (r-rhtslib): Update to 2.0.0.
This commit is contained in:
zimoun 2022-11-17 03:50:11 +01:00 committed by Ricardo Wurmus
parent aa0e18c1be
commit ce2688cd3b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5648,14 +5648,14 @@ the Human Protein Atlas project.")
(define-public r-rhtslib (define-public r-rhtslib
(package (package
(name "r-rhtslib") (name "r-rhtslib")
(version "1.28.0") (version "2.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
"07kws6afkxbmxq4w357mwwl712pdd16alvz7iqijjd2x7rjchj2f")))) "1ri76wwv44hgxji2bmlqi6v8gbvhr72q0d6nlgpfgfwb9sgvz62h"))))
(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,