mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: r-rgreat: Update to 2.0.2.
* gnu/packages/bioconductor.scm (r-rgreat): Update to 2.0.2.
This commit is contained in:
parent
8bfac375aa
commit
a2ad5b53bf
1 changed files with 2 additions and 2 deletions
|
@ -15362,14 +15362,14 @@ (define-public r-pcatools
|
|||
(define-public r-rgreat
|
||||
(package
|
||||
(name "r-rgreat")
|
||||
(version "2.0.1")
|
||||
(version "2.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "rGREAT" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1s1xx15ilamcyd8f7cnsgdc3r3izhx9wxmb8amamrmr9bzijjvhi"))))
|
||||
"1vmm7s5p8wqz1r8g1hy1l3mra3kkf76qgy5jkf84jxz7pi0clbld"))))
|
||||
(properties `((upstream-name . "rGREAT")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue