mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -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
|
||||
(package
|
||||
(name "r-glimma")
|
||||
(version "2.10.0")
|
||||
(version "2.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Glimma" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0171wizl516chzzwnbc2z2bf5sk4a491fcs4yhq5ycqaqpjmbg35"))
|
||||
"0pkh15jjjb83pq7d49yzwb2gyc95x4rww78qnzpdrzhycgmcapii"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet
|
||||
'(with-directory-excursion "inst/htmlwidgets/lib/"
|
||||
|
|
Loading…
Reference in a new issue