gnu: r-ldheatmap: Update to 1.0-4.
* gnu/packages/cran.scm (r-ldheatmap): Update to 1.0-4.master
parent
5619d9ddf5
commit
61d420311d
|
@ -14399,14 +14399,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-8")
|
(version "1.0-4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "LDheatmap" version))
|
(uri (cran-uri "LDheatmap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x3da3rbhyqb2ddngi48qv7vzb6vc347n9qhryr70qgcc1xvqj4z"))))
|
"1jp578cf29qcgx95w10lpymlwx2pgjsf0nypwkl9b8g635gkisq7"))))
|
||||||
(properties `((upstream-name . "LDheatmap")))
|
(properties `((upstream-name . "LDheatmap")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue