me
/
guix
Archived
1
0
Fork 0

gnu: r-rhtslib: Update to 1.18.1.

* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.18.1.
master
Ricardo Wurmus 2020-02-19 23:00:42 +01:00
parent f0e330d68b
commit 3f4f3a7822
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8332,14 +8332,14 @@ secondary structure and comparative analysis in R.")
(define-public r-rhtslib
(package
(name "r-rhtslib")
(version "1.18.0")
(version "1.18.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "Rhtslib" version))
(sha256
(base32
"04inkq44lxwymqv51mxgaphasqjcdc9rl5p58imnrdm0kszs8prm"))))
"0gkbrmrcg55c9s5166ifljlx0v25rv4ijdyp4wf4c292xd6chy2l"))))
(properties `((upstream-name . "Rhtslib")))
(build-system r-build-system)
;; Without this a temporary directory ends up in the Rhtslib.so binary,