mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 09:02:59 -05:00
gnu: r-glimma: Update to 2.12.0.
* gnu/packages/bioconductor.scm (r-glimma): Update to 2.12.0. Change-Id: I075f2b5990724ab8e2e15e88b6ed5acd75a76e80
This commit is contained in:
parent
1a27f050be
commit
3e8ae47f0d
1 changed files with 2 additions and 2 deletions
|
@ -12463,14 +12463,14 @@ (define-public r-goseq
|
||||||
(define-public r-glimma
|
(define-public r-glimma
|
||||||
(package
|
(package
|
||||||
(name "r-glimma")
|
(name "r-glimma")
|
||||||
(version "2.10.0")
|
(version "2.12.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "Glimma" version))
|
(uri (bioconductor-uri "Glimma" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0171wizl516chzzwnbc2z2bf5sk4a491fcs4yhq5ycqaqpjmbg35"))
|
"0pkh15jjjb83pq7d49yzwb2gyc95x4rww78qnzpdrzhycgmcapii"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(with-directory-excursion "inst/htmlwidgets/lib/"
|
'(with-directory-excursion "inst/htmlwidgets/lib/"
|
||||||
|
|
Loading…
Reference in a new issue