me
/
guix
Archived
1
0
Fork 0

gnu: r-ropls: Update to 1.18.8.

* gnu/packages/bioconductor.scm (r-ropls): Update to 1.18.8.
master
Ricardo Wurmus 2020-01-27 20:47:57 +01:00
parent 062cbc4f2b
commit c5d75df366
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5164,14 +5164,14 @@ packages.")
(define-public r-ropls
(package
(name "r-ropls")
(version "1.18.6")
(version "1.18.8")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "ropls" version))
(sha256
(base32
"1sm2fmygrra9gdcs90lmk5y1ag6arga6159kggx4ij8bkhyc66vb"))))
"033i39r4037nd54jnp5zdn1vpzh61r671vmq0sf8dqrfblhm4w7a"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)