gnu: r-xina: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-xina): Update to 1.18.0.
This commit is contained in:
parent
681a784204
commit
753beb909f
1 changed files with 2 additions and 2 deletions
|
@ -9600,13 +9600,13 @@ inference.")
|
||||||
(define-public r-xina
|
(define-public r-xina
|
||||||
(package
|
(package
|
||||||
(name "r-xina")
|
(name "r-xina")
|
||||||
(version "1.16.0")
|
(version "1.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "XINA" version))
|
(uri (bioconductor-uri "XINA" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1c97lsb5shixh4n4mi9kh4gz4qnia9vq736rnzxbs03n5bvlmwlq"))))
|
(base32 "1byk8xgn9rwfbi677b99ysxi4a9n58fr3hbnwjzhnziy2n2cd703"))))
|
||||||
(properties `((upstream-name . "XINA")))
|
(properties `((upstream-name . "XINA")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue