mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-rhisat2: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-rhisat2): Update to 1.18.0. Change-Id: I79c54d0826ca2b6284b9ef8682f58042e3d81443
This commit is contained in:
parent
e92cb01bc3
commit
6a62e84948
1 changed files with 2 additions and 2 deletions
|
@ -16729,14 +16729,14 @@ (define-public r-sgseq
|
|||
(define-public r-rhisat2
|
||||
(package
|
||||
(name "r-rhisat2")
|
||||
(version "1.16.0")
|
||||
(version "1.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rhisat2" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1x9phnrk27v2r3ldqa9cd6yp2q3y5p2rm9wmra3wgrmhz9gxq1qy"))))
|
||||
"1pxlpwqzbdii0b1swy9vcq905934yfmyqwfx2j3f7n5n4dgglc2q"))))
|
||||
(properties `((upstream-name . "Rhisat2")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue