gnu: r-radiogx: Update to 2.6.0.
* gnu/packages/bioconductor.scm (r-radiogx): Update to 2.6.0. Change-Id: I8f2ef5c78fd749487ebb104b2fc11f6406cbf8cc
This commit is contained in:
parent
8fab582215
commit
c333878ff5
1 changed files with 2 additions and 2 deletions
|
@ -7954,13 +7954,13 @@ with numerical methods for computing statistics for each.")
|
||||||
(define-public r-radiogx
|
(define-public r-radiogx
|
||||||
(package
|
(package
|
||||||
(name "r-radiogx")
|
(name "r-radiogx")
|
||||||
(version "2.4.0")
|
(version "2.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "RadioGx" version))
|
(uri (bioconductor-uri "RadioGx" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "18zqfnwjil4mv7fgh4wvnniyybmyqkg0hk2wc57rcn0mlppa3602"))))
|
(base32 "0ykmvva5h1y7x9bxhqqfc18car9nasy06v1jjban7dlm95dl8nmk"))))
|
||||||
(properties `((upstream-name . "RadioGx")))
|
(properties `((upstream-name . "RadioGx")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue