me
/
guix
Archived
1
0
Fork 0

gnu: r-clusterprofiler: Update to 3.14.2.

* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.14.2.
master
Ricardo Wurmus 2019-12-27 20:32:31 +01:00
parent 7621bf2d19
commit 0be4d7de9c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3458,14 +3458,14 @@ All the visualization methods are developed based on ggplot2 graphics.")
(define-public r-clusterprofiler
(package
(name "r-clusterprofiler")
(version "3.14.0")
(version "3.14.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "clusterProfiler" version))
(sha256
(base32
"0mm9iafrsjb8sj27k9mg40ab13vq4rmrzhaajm6g1wdkb2jqikjk"))))
"1y1l3yf1r1ykl9ngipvyzl5hbxxsfz7z5q5rcywkyss2b2b6gsg8"))))
(properties
`((upstream-name . "clusterProfiler")))
(build-system r-build-system)