mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-ldheatmap: Update to 1.0-4.
* gnu/packages/cran.scm (r-ldheatmap): Update to 1.0-4.
This commit is contained in:
parent
5619d9ddf5
commit
61d420311d
1 changed files with 2 additions and 2 deletions
|
@ -14399,14 +14399,14 @@ (define-public r-dlmap
|
|||
(define-public r-ldheatmap
|
||||
(package
|
||||
(name "r-ldheatmap")
|
||||
(version "0.99-8")
|
||||
(version "1.0-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "LDheatmap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1x3da3rbhyqb2ddngi48qv7vzb6vc347n9qhryr70qgcc1xvqj4z"))))
|
||||
"1jp578cf29qcgx95w10lpymlwx2pgjsf0nypwkl9b8g635gkisq7"))))
|
||||
(properties `((upstream-name . "LDheatmap")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue