mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-xina: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-xina): Update to 1.14.0.
This commit is contained in:
parent
be389d989d
commit
e7a0b14115
1 changed files with 2 additions and 2 deletions
|
@ -5738,13 +5738,13 @@ (define-public r-xcir
|
|||
(define-public r-xina
|
||||
(package
|
||||
(name "r-xina")
|
||||
(version "1.12.0")
|
||||
(version "1.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "XINA" version))
|
||||
(sha256
|
||||
(base32 "14j1rn3p7i0rlqkbbg0a6pyhb97ifzvsbw6vfxw9pna7zv7rbhsp"))))
|
||||
(base32 "03gf7mqpnwx12kny9fsaskgrw83b0wi2cf1j4dbq46pfxjx34v1g"))))
|
||||
(properties `((upstream-name . "XINA")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue