mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-wppi: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-wppi): Update to 1.4.0.
This commit is contained in:
parent
d01f1c3424
commit
ec91ec29f1
1 changed files with 2 additions and 2 deletions
|
@ -9959,13 +9959,13 @@ (define-public r-xcms
|
||||||
(define-public r-wppi
|
(define-public r-wppi
|
||||||
(package
|
(package
|
||||||
(name "r-wppi")
|
(name "r-wppi")
|
||||||
(version "1.2.0")
|
(version "1.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "wppi" version))
|
(uri (bioconductor-uri "wppi" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1spwa8p6w3pyw21dvd1lrhcz1sphdsmsd408jv55ss9nbgvgrp23"))))
|
"1008s39bb7sd261cy1vfgdah7bmhfw9qq322fh7g4wvpfw63ii9f"))))
|
||||||
(properties `((upstream-name . "wppi")))
|
(properties `((upstream-name . "wppi")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; This is necessary because omnipathr attempts to write a configuration
|
;; This is necessary because omnipathr attempts to write a configuration
|
||||||
|
|
Loading…
Reference in a new issue