gnu: r-milor: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-milor): Update to 1.6.0.master
parent
3c1854108e
commit
59fe138fcc
|
@ -9843,13 +9843,13 @@ standardization of the analyses and the development of best practices.")
|
||||||
(define-public r-milor
|
(define-public r-milor
|
||||||
(package
|
(package
|
||||||
(name "r-milor")
|
(name "r-milor")
|
||||||
(version "1.4.0")
|
(version "1.6.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "miloR" version))
|
(uri (bioconductor-uri "miloR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jz9p3grnczx0bpdw6j64x21in8zgm3qy19hmm296har2rx9m5zs"))))
|
"07p9rs1jmgxqaahjbrnvvs94c142n2qfw8ip3qqkr6mhzwr19ly3"))))
|
||||||
(properties `((upstream-name . "miloR")))
|
(properties `((upstream-name . "miloR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue