mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 02:50:45 +02:00
gnu: r-spectra: Update to 1.18.2.
* gnu/packages/bioconductor.scm (r-spectra): Update to 1.18.2. Change-Id: Ia7a793a867bfe8abdddec33c8c880d8829070ea7
This commit is contained in:
parent
525224c2b9
commit
e6be0c57b7
1 changed files with 2 additions and 2 deletions
|
@ -14258,13 +14258,13 @@ tools either included in speaq or available elsewhere on CRAN.")
|
||||||
(define-public r-spectra
|
(define-public r-spectra
|
||||||
(package
|
(package
|
||||||
(name "r-spectra")
|
(name "r-spectra")
|
||||||
(version "1.18.0")
|
(version "1.18.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Spectra" version))
|
(uri (bioconductor-uri "Spectra" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1nkvgrczagwg3z97c55dlixvl87sanalmx0nkpfxd94cc4jbh1d1"))))
|
"0j0d58ypqsrrd2k8zw5mhdhndib40y4sdblj6dgffvy06069wd3r"))))
|
||||||
(properties
|
(properties
|
||||||
'((upstream-name . "Spectra")
|
'((upstream-name . "Spectra")
|
||||||
;; Avoid dependency cycle.
|
;; Avoid dependency cycle.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue