gnu: r-wppi: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-wppi): Update to 1.4.0.master
parent
d01f1c3424
commit
ec91ec29f1
|
@ -9959,13 +9959,13 @@ data for high-throughput, untargeted analyte profiling.")
|
||||||
(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
|
||||||
|
|
Reference in New Issue