mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: r-rsamtools: Update to 1.30.0.
* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.30.0.
This commit is contained in:
parent
b719435ebb
commit
f8068419a6
1 changed files with 2 additions and 2 deletions
|
@ -7015,13 +7015,13 @@ (define-public r-biostrings
|
|||
(define-public r-rsamtools
|
||||
(package
|
||||
(name "r-rsamtools")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rsamtools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zx6vhdz3lksbfy98jj3qzl7cxgspigm2pbsd5835b12r6mc5w6d"))))
|
||||
"0pjny5fjvbnfdyhl3bwxin678sha2drvs00sivxh3l772cn6yams"))))
|
||||
(properties
|
||||
`((upstream-name . "Rsamtools")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue