mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-ropls: Update to 1.36.0.
* gnu/packages/bioconductor.scm (r-ropls): Update to 1.36.0. Change-Id: I38f876b16f0757fb737e68dfdde414149325bf89
This commit is contained in:
parent
dd2f713ad2
commit
35c7407925
1 changed files with 2 additions and 2 deletions
|
@ -18354,14 +18354,14 @@ (define-public r-multidataset
|
|||
(define-public r-ropls
|
||||
(package
|
||||
(name "r-ropls")
|
||||
(version "1.34.0")
|
||||
(version "1.36.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ropls" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k3j1cbapzqk0qr3v4gijskp487xyz2n4lv4kia9y5pmplddxp7v"))))
|
||||
"0cdkwzrbr6h1dfi3qdh629hi2jlm1hxgq4dvx4z3vc2r6w0c6m11"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
|
|
Loading…
Reference in a new issue