me
/
guix
Archived
1
0
Fork 0

gnu: r-cicero: Update to 1.4.0.

* gnu/packages/bioconductor.scm (r-cicero): Update to 1.4.0.
master
Ricardo Wurmus 2019-12-15 15:20:09 +01:00
parent 33ce50e322
commit 42b06298ef
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5827,14 +5827,14 @@ genes in the gene-set that are ranked above the leading edge).")
(define-public r-cicero
(package
(name "r-cicero")
(version "1.2.0")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "cicero" version))
(sha256
(base32
"0f15l8zrh7l7nnvznb66116hvfk15djb9q240vbscm2w0y5fvkcr"))))
"0mmm7vvzq50b5fayid0bw82b5lar3xm9fwl2ya30q0p4db2y6wnz"))))
(build-system r-build-system)
(propagated-inputs
`(("r-assertthat" ,r-assertthat)