gnu: r-ldheatmap: Update to 0.99-8.
* gnu/packages/cran.scm (r-ldheatmap): Update to 0.99-8.
This commit is contained in:
parent
0319196561
commit
4a55cc48b8
1 changed files with 2 additions and 2 deletions
|
|
@ -14048,14 +14048,14 @@ inbred lines, F2 intercrosses, and association mapping populations.")
|
||||||
(define-public r-ldheatmap
|
(define-public r-ldheatmap
|
||||||
(package
|
(package
|
||||||
(name "r-ldheatmap")
|
(name "r-ldheatmap")
|
||||||
(version "0.99-7")
|
(version "0.99-8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "LDheatmap" version))
|
(uri (cran-uri "LDheatmap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1r0j8bihi5z1x0sgaf7dwzpsw9i0nc1vylvipvc0cia2ka1lr9dc"))))
|
"1x3da3rbhyqb2ddngi48qv7vzb6vc347n9qhryr70qgcc1xvqj4z"))))
|
||||||
(properties `((upstream-name . "LDheatmap")))
|
(properties `((upstream-name . "LDheatmap")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
|
||||||
Reference in a new issue