me
/
guix
Archived
1
0
Fork 0

gnu: r-rhtslib: Update to 2.0.0.

* gnu/packages/bioconductor.scm (r-rhtslib): Update to 2.0.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -5648,14 +5648,14 @@ the Human Protein Atlas project.")
(define-public r-rhtslib
(package
(name "r-rhtslib")
(version "1.28.0")
(version "2.0.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rhtslib" version))
(sha256
(base32
"07kws6afkxbmxq4w357mwwl712pdd16alvz7iqijjd2x7rjchj2f"))))
"1ri76wwv44hgxji2bmlqi6v8gbvhr72q0d6nlgpfgfwb9sgvz62h"))))
(properties `((upstream-name . "Rhtslib")))
(build-system r-build-system)
;; Without this a temporary directory ends up in the Rhtslib.so binary,