diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2020-08-30 23:28:11 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2020-08-30 23:29:56 +0200 |
commit | c35973954f2f71dd45fc0f95a3f5efeb5b7a0280 (patch) | |
tree | db83eae6e7e45ae6dc891fa7d5eb5c370e7363a6 /gnu | |
parent | efb0470b7dbd06eac40e1f11a608cf5f3f2ce830 (diff) | |
download | guix-c35973954f2f71dd45fc0f95a3f5efeb5b7a0280.tar.gz |
gnu: r-heatmaply: Update to 1.1.1.
* gnu/packages/cran.scm (r-heatmaply): Update to 1.1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 6045367795..699eb8ee0b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -5184,14 +5184,14 @@ functions to enforce symmetric scales or add tags to facetted plots.") (define-public r-heatmaply (package (name "r-heatmaply") - (version "1.1.0") + (version "1.1.1") (source (origin (method url-fetch) (uri (cran-uri "heatmaply" version)) (sha256 (base32 - "133q8ir45vhfxs2lnd96k97g21ihg2arfhp349kmk339pk32fcxz")))) + "02fv66h61y55bn5wrnlvhj7v6xwqs3pddyp3jgk554s1zv4qs2fr")))) (build-system r-build-system) (propagated-inputs `(("r-assertthat" ,r-assertthat) |