mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-iheatmapr: Update to 0.5.1.
* gnu/packages/cran.scm (r-iheatmapr): Update to 0.5.1.
This commit is contained in:
parent
cc30f144d7
commit
d13123aac1
1 changed files with 2 additions and 2 deletions
|
@ -21272,14 +21272,14 @@ (define-public r-irtoys
|
|||
(define-public r-iheatmapr
|
||||
(package
|
||||
(name "r-iheatmapr")
|
||||
(version "0.5.0")
|
||||
(version "0.5.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "iheatmapr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0s2lc088rq2siy2wzmg1y6nss68rs33mf7w2izqqmg6kbx6d7y9h"))))
|
||||
"1pwkwh7ljlpr6zyz6j8knpz3iw60xzkw8amc98x4pc2mw148jvzx"))))
|
||||
(properties `((upstream-name . "iheatmapr")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue