mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-xina: Update to 1.22.0.
* gnu/packages/bioconductor.scm (r-xina): Update to 1.22.0. Change-Id: I6c6678b36e138132be262a79fd026e5c3b5a8025
This commit is contained in:
parent
b1d1af4ae6
commit
e883e06151
1 changed files with 2 additions and 2 deletions
|
@ -12542,13 +12542,13 @@ (define-public r-xcir
|
|||
(define-public r-xina
|
||||
(package
|
||||
(name "r-xina")
|
||||
(version "1.20.0")
|
||||
(version "1.22.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "XINA" version))
|
||||
(sha256
|
||||
(base32 "1cnw2zbjfs8qcgqrx557g00m59h5pldcx788v9r4gn2f70rx7vx3"))))
|
||||
(base32 "177yzqmkf3f2xgfrz1zpcw554yzm4njd2chhmvxi2vvijvnrgdf3"))))
|
||||
(properties `((upstream-name . "XINA")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue