mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-iheatmapr: Update to 0.7.1.
* gnu/packages/cran.scm (r-iheatmapr): Update to 0.7.1. Change-Id: I83046a2d71d29a18dc15a7a568d0212947b936dd
This commit is contained in:
parent
2435d457e8
commit
281db78112
1 changed files with 2 additions and 2 deletions
|
@ -32153,14 +32153,14 @@ (define-public r-irtoys
|
||||||
(define-public r-iheatmapr
|
(define-public r-iheatmapr
|
||||||
(package
|
(package
|
||||||
(name "r-iheatmapr")
|
(name "r-iheatmapr")
|
||||||
(version "0.7.0")
|
(version "0.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "iheatmapr" version))
|
(uri (cran-uri "iheatmapr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ym796kf6d8cwd7nmgzy3ga7r8fyywddl3rr2hbn4cfmwhggv02l"))
|
"1c4dvp0mvw3m6x0kdw05yja2rm1mkrjjmjfj67f0vvs5sqyaqwhv"))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file
|
'(delete-file
|
||||||
"inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js"))))
|
"inst/htmlwidgets/lib/plotlyjs/plotly-latest.min.js"))))
|
||||||
|
|
Loading…
Reference in a new issue