gnu: r-rsamtools: Update to 1.32.0.
* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.32.0.
This commit is contained in:
parent
942655add1
commit
d2367a89dd
1 changed files with 2 additions and 2 deletions
|
|
@ -7521,13 +7521,13 @@ biological sequences or sets of sequences.")
|
||||||
(define-public r-rsamtools
|
(define-public r-rsamtools
|
||||||
(package
|
(package
|
||||||
(name "r-rsamtools")
|
(name "r-rsamtools")
|
||||||
(version "1.30.0")
|
(version "1.32.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
|
||||||
"0pjny5fjvbnfdyhl3bwxin678sha2drvs00sivxh3l772cn6yams"))))
|
"1s65y5wn4d0x8zsljg2kmhcl6r9884h95kr041j7hp49bmxg3an6"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "Rsamtools")))
|
`((upstream-name . "Rsamtools")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
|
||||||
Reference in a new issue