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:
Ricardo Wurmus 2024-01-30 15:48:57 +01:00
parent 2435d457e8
commit 281db78112
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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"))))