gnu: r-rhisat2: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-rhisat2): Update to 1.16.0.
This commit is contained in:
parent
3a2a833691
commit
b8c4548ac0
1 changed files with 2 additions and 2 deletions
|
@ -14644,14 +14644,14 @@ interpretation.")
|
||||||
(define-public r-rhisat2
|
(define-public r-rhisat2
|
||||||
(package
|
(package
|
||||||
(name "r-rhisat2")
|
(name "r-rhisat2")
|
||||||
(version "1.14.0")
|
(version "1.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Rhisat2" version))
|
(uri (bioconductor-uri "Rhisat2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19dc9fadgl55icqc5xv834kigicxxr6cny83247jjbgf5zp16piv"))))
|
"1x9phnrk27v2r3ldqa9cd6yp2q3y5p2rm9wmra3wgrmhz9gxq1qy"))))
|
||||||
(properties `((upstream-name . "Rhisat2")))
|
(properties `((upstream-name . "Rhisat2")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue