mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-shinymethyl: Update to 1.36.1.
* gnu/packages/bioconductor.scm (r-shinymethyl): Update to 1.36.1.
This commit is contained in:
parent
a1245f559d
commit
7f983fb730
1 changed files with 2 additions and 2 deletions
|
@ -9813,13 +9813,13 @@ and advanced quality control routines.")
|
||||||
(define-public r-shinymethyl
|
(define-public r-shinymethyl
|
||||||
(package
|
(package
|
||||||
(name "r-shinymethyl")
|
(name "r-shinymethyl")
|
||||||
(version "1.36.0")
|
(version "1.36.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "shinyMethyl" version))
|
(uri (bioconductor-uri "shinyMethyl" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rqwwglj0475gr14bxazfmcvsy7rq6nlw2zcswa684751wy15w0r"))))
|
"0hq1q66vjd9pwdwm9zx8q45ws65bn6cm87zmjmyc3md8dwvb8cck"))))
|
||||||
(properties `((upstream-name . "shinyMethyl")))
|
(properties `((upstream-name . "shinyMethyl")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue