me
/
guix
Archived
1
0
Fork 0

gnu: r-ropls: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-ropls): Update to 1.28.0.
master
Ricardo Wurmus 2022-05-28 12:45:07 +02:00
parent ea931c7223
commit bc2d0114f8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10606,14 +10606,14 @@ packages.")
(define-public r-ropls
(package
(name "r-ropls")
(version "1.26.4")
(version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ropls" version))
(sha256
(base32
"19f3wd55860x959h5n7mrivyjdas5b3jmx74lf24xnx23g26f8rn"))))
"1i9g32mjknrd2lbz2nisc7nr0gk9byx9aik1i7xdwmq4ndxf8rf7"))))
(build-system r-build-system)
(propagated-inputs
(list r-biobase r-multidataset))