mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: r-shinymethyl: Update to 1.40.0.
* gnu/packages/bioconductor.scm (r-shinymethyl): Update to 1.40.0. Change-Id: Ifb3c81587b465500bc09e05da2d3dc8f0ca360b5
This commit is contained in:
parent
19da768a9f
commit
3919266295
1 changed files with 2 additions and 2 deletions
|
@ -11405,13 +11405,13 @@ (define-public r-sesame
|
|||
(define-public r-shinymethyl
|
||||
(package
|
||||
(name "r-shinymethyl")
|
||||
(version "1.38.0")
|
||||
(version "1.40.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "shinyMethyl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gkj15q1rxvsdzbsp3gkk02kvvx0kq4wsqycf3ln1bszb9688jw6"))))
|
||||
"15r9x1fqladjviyisbhr8zff0a6g9kvbvx72xcp3bfadp3wpygds"))))
|
||||
(properties `((upstream-name . "shinyMethyl")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue