me
/
guix
Archived
1
0
Fork 0

gnu: r-cicero: Update to 1.8.1.

* gnu/packages/bioconductor.scm (r-cicero): Update to 1.8.1.
master
Ricardo Wurmus 2020-12-09 23:28:11 +01:00
parent 7cda2d415f
commit 589ac42212
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6666,14 +6666,14 @@ genes in the gene-set that are ranked above the leading edge).")
(define-public r-cicero
(package
(name "r-cicero")
(version "1.8.0")
(version "1.8.1")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "cicero" version))
(sha256
(base32
"0hrra9ngpzmd57dwm0058zy0g7ymsil4pmvi3sgppfzimgviqiwf"))))
"12y857p4p0m7k72bimli8wjn9cd0gxjwcs3n7ri9pn9l9d42krqr"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)