mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-enrichplot: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.24.0. Change-Id: Ide2c42c7df2f76742242df9191b51e56b4bcfc20
This commit is contained in:
parent
a1f70d410a
commit
de0f76d329
1 changed files with 2 additions and 2 deletions
|
@ -16264,14 +16264,14 @@ (define-public r-enrichedheatmap
|
|||
(define-public r-enrichplot
|
||||
(package
|
||||
(name "r-enrichplot")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "enrichplot" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05ps96adbn4h8i0mqflzm1h6chjlrmfz6hx393232bhb995jfllx"))))
|
||||
"0rkp1zidz34h4d02m4jqv509vw0wyrc084hvj3lxr7mb9j7rnq48"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-aplot
|
||||
|
|
Loading…
Reference in a new issue