mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-enrichplot: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.20.0.
This commit is contained in:
parent
96575cde15
commit
e878a97766
1 changed files with 2 additions and 2 deletions
|
@ -12819,14 +12819,14 @@ (define-public r-dose
|
||||||
(define-public r-enrichplot
|
(define-public r-enrichplot
|
||||||
(package
|
(package
|
||||||
(name "r-enrichplot")
|
(name "r-enrichplot")
|
||||||
(version "1.18.4")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "enrichplot" version))
|
(uri (bioconductor-uri "enrichplot" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1642yc2rw2c023bkz26y3kvmvg8badrc4vfx890mvsa70in2mi89"))))
|
"10vmlw58hgzcpv2hlxk9ircza889vs9z01z575633qj0ivsczh0z"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-aplot
|
(list r-aplot
|
||||||
|
|
Loading…
Reference in a new issue