mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-rsamtools: Update to 2.12.0.
* gnu/packages/bioconductor.scm (r-rsamtools): Update to 2.12.0.
This commit is contained in:
parent
a8c63ab610
commit
990ee0c7cc
1 changed files with 2 additions and 2 deletions
|
@ -4875,13 +4875,13 @@ (define-public r-rhdf5filters
|
||||||
(define-public r-rsamtools
|
(define-public r-rsamtools
|
||||||
(package
|
(package
|
||||||
(name "r-rsamtools")
|
(name "r-rsamtools")
|
||||||
(version "2.10.0")
|
(version "2.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rsamtools" version))
|
(uri (bioconductor-uri "Rsamtools" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0v6b3j45ivd9f04fpfs1vjwby5pi30mf5683bjxim01vi2krj9yh"))))
|
"1wll703if12qrn0d11ljwf7rqhs4lb27fzyyz1hqwvzn3v361s10"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "Rsamtools")))
|
`((upstream-name . "Rsamtools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue