mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-spectra: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-spectra): Update to 1.14.0. Change-Id: I473834e66f7d6a2721a71bafe17b1b3797f469c0
This commit is contained in:
parent
a23a4ca88e
commit
11d71e1831
1 changed files with 2 additions and 2 deletions
|
@ -12005,13 +12005,13 @@ (define-public r-speaq
|
|||
(define-public r-spectra
|
||||
(package
|
||||
(name "r-spectra")
|
||||
(version "1.12.0")
|
||||
(version "1.14.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Spectra" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07zs9x5fzxzwicjc5x29sv33yidmq1ar70ss91py094zbw9i63qy"))))
|
||||
"1ibbc3gkzh49cj45j2qdhsjhyrjj4ly3wckksiagc73wfag5hd2s"))))
|
||||
(properties `((upstream-name . "Spectra")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biocgenerics
|
||||
|
|
Loading…
Reference in a new issue