mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ data in a format that is compatible with two-dimensional containers like the
|
||||||
(define-public r-mia
|
(define-public r-mia
|
||||||
(package
|
(package
|
||||||
(name "r-mia")
|
(name "r-mia")
|
||||||
(version "1.10.0")
|
(version "1.12.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "mia" version))
|
(uri (bioconductor-uri "mia" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"044spfxsf7xijnbh0933cwdkycmg05zsfqhbx5pkfajysh6w5cxp"))))
|
"1wn2lb7hn4zqqcs2jwavpsbk5kw8d78kxg2yv4jjpikpdz7haa2i"))))
|
||||||
(properties `((upstream-name . "mia")))
|
(properties `((upstream-name . "mia")))
|
||||||
(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