mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-xina: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-xina): Update to 1.20.0. Change-Id: I9160afa32304721708ed37549c508b127b9b6a13
This commit is contained in:
parent
505e9ca855
commit
5e41fdf824
1 changed files with 2 additions and 2 deletions
|
@ -11179,13 +11179,13 @@ (define-public r-xcir
|
|||
(define-public r-xina
|
||||
(package
|
||||
(name "r-xina")
|
||||
(version "1.18.0")
|
||||
(version "1.20.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "XINA" version))
|
||||
(sha256
|
||||
(base32 "1byk8xgn9rwfbi677b99ysxi4a9n58fr3hbnwjzhnziy2n2cd703"))))
|
||||
(base32 "1cnw2zbjfs8qcgqrx557g00m59h5pldcx788v9r4gn2f70rx7vx3"))))
|
||||
(properties `((upstream-name . "XINA")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue