mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-gsva: Update to 1.50.5.
* gnu/packages/bioconductor.scm (r-gsva): Update to 1.50.5. Change-Id: I18584e8766e8377f18321b4a4991edbbc933cbe2
This commit is contained in:
parent
32ff790ac4
commit
1ee8d23e8f
1 changed files with 2 additions and 2 deletions
|
@ -8221,13 +8221,13 @@ (define-public r-gseabase
|
|||
(define-public r-gsva
|
||||
(package
|
||||
(name "r-gsva")
|
||||
(version "1.50.2")
|
||||
(version "1.50.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GSVA" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xgp311wh7ykvnk7nh5xik1kp2b2r08vx595znmzn28fc8rz62b1"))))
|
||||
"0n1g376jfpmnlsjdbv23hb3jny03i84jmvhrcpz2rb5bbpfbm0al"))))
|
||||
(properties `((upstream-name . "GSVA")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase
|
||||
|
|
Loading…
Reference in a new issue