mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: r-minfi: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-minfi): Update to 1.44.0.
This commit is contained in:
parent
59fe138fcc
commit
44a5942ce7
1 changed files with 2 additions and 2 deletions
|
@ -9891,14 +9891,14 @@ (define-public r-milor
|
|||
(define-public r-minfi
|
||||
(package
|
||||
(name "r-minfi")
|
||||
(version "1.42.0")
|
||||
(version "1.44.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "minfi" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0255z7w5i5k01w8wn7jkb37h3q7m7vg0szqgk76h330yydnmkrq6"))))
|
||||
"15989zilgy2j4k4nw046qg8wli7ynjh2b1yzfv7cwgn87mp618lc"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-beanplot
|
||||
|
|
Loading…
Reference in a new issue