mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-ldheatmap: Update to 1.0-6.
* gnu/packages/bioconductor.scm (r-ldheatmap): Update to 1.0-6.
This commit is contained in:
parent
3ceaa41e67
commit
3360f14b08
1 changed files with 2 additions and 2 deletions
|
@ -14832,14 +14832,14 @@ (define-public r-ldblock
|
|||
(define-public r-ldheatmap
|
||||
(package
|
||||
(name "r-ldheatmap")
|
||||
(version "1.0-4")
|
||||
(version "1.0-6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "LDheatmap" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jp578cf29qcgx95w10lpymlwx2pgjsf0nypwkl9b8g635gkisq7"))))
|
||||
"0gr99kys1ahyl8s6cbj6rmh4vwid8kn92lcbjnwh0ahb73m2xjjc"))))
|
||||
(properties `((upstream-name . "LDheatmap")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue