mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: r-milor: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-milor): Update to 1.6.0.
This commit is contained in:
parent
3c1854108e
commit
59fe138fcc
1 changed files with 2 additions and 2 deletions
|
@ -9843,13 +9843,13 @@ (define-public r-microbiome
|
|||
(define-public r-milor
|
||||
(package
|
||||
(name "r-milor")
|
||||
(version "1.4.0")
|
||||
(version "1.6.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "miloR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jz9p3grnczx0bpdw6j64x21in8zgm3qy19hmm296har2rx9m5zs"))))
|
||||
"07p9rs1jmgxqaahjbrnvvs94c142n2qfw8ip3qqkr6mhzwr19ly3"))))
|
||||
(properties `((upstream-name . "miloR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue