mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-mia: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-mia): Update to 1.12.0. Change-Id: I916224f840fe4f64b3307d09ca2bc00d18b2dcbf
This commit is contained in:
parent
32854c58f9
commit
6040bcf1d5
1 changed files with 2 additions and 2 deletions
|
@ -15358,13 +15358,13 @@ (define-public r-bumpymatrix
|
|||
(define-public r-mia
|
||||
(package
|
||||
(name "r-mia")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "mia" version))
|
||||
(sha256
|
||||
(base32
|
||||
"044spfxsf7xijnbh0933cwdkycmg05zsfqhbx5pkfajysh6w5cxp"))))
|
||||
"1wn2lb7hn4zqqcs2jwavpsbk5kw8d78kxg2yv4jjpikpdz7haa2i"))))
|
||||
(properties `((upstream-name . "mia")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue