mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: r-gsva: Update to 1.50.2.
* gnu/packages/bioconductor.scm (r-gsva): Update to 1.50.2. Change-Id: I24cb1b80f6afc34c970f402292a326e7ec592534
This commit is contained in:
parent
58e69ac117
commit
aef6e9501b
1 changed files with 2 additions and 2 deletions
|
@ -8221,13 +8221,13 @@ (define-public r-gseabase
|
||||||
(define-public r-gsva
|
(define-public r-gsva
|
||||||
(package
|
(package
|
||||||
(name "r-gsva")
|
(name "r-gsva")
|
||||||
(version "1.50.1")
|
(version "1.50.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "GSVA" version))
|
(uri (bioconductor-uri "GSVA" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ld0bbl6ar3yhi6ncg9d8q60hg4m4v5kphl044fw63l19ixln7cf"))))
|
"1xgp311wh7ykvnk7nh5xik1kp2b2r08vx595znmzn28fc8rz62b1"))))
|
||||||
(properties `((upstream-name . "GSVA")))
|
(properties `((upstream-name . "GSVA")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-biobase
|
(propagated-inputs (list r-biobase
|
||||||
|
|
Loading…
Reference in a new issue