mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 19:27:44 +01:00
gnu: r-rhtslib: Update to 1.18.1.
* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.18.1.
This commit is contained in:
parent
f0e330d68b
commit
3f4f3a7822
1 changed files with 2 additions and 2 deletions
|
@ -8332,14 +8332,14 @@ (define-public r-r4rna
|
||||||
(define-public r-rhtslib
|
(define-public r-rhtslib
|
||||||
(package
|
(package
|
||||||
(name "r-rhtslib")
|
(name "r-rhtslib")
|
||||||
(version "1.18.0")
|
(version "1.18.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
|
||||||
"04inkq44lxwymqv51mxgaphasqjcdc9rl5p58imnrdm0kszs8prm"))))
|
"0gkbrmrcg55c9s5166ifljlx0v25rv4ijdyp4wf4c292xd6chy2l"))))
|
||||||
(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 a new issue