gnu: r-vcfr: Update to 1.15.0.
* gnu/packages/cran.scm (r-vcfr): Update to 1.15.0. Change-Id: I0973169b9d325f4464882a63753810660a640104
parent
f57f333c82
commit
dae2e341f9
|
@ -9445,13 +9445,13 @@ Analysis with R\" by Michael Friendly and David Meyer (2015).")
|
||||||
(define-public r-vcfr
|
(define-public r-vcfr
|
||||||
(package
|
(package
|
||||||
(name "r-vcfr")
|
(name "r-vcfr")
|
||||||
(version "1.14.0")
|
(version "1.15.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "vcfR" version))
|
(uri (cran-uri "vcfR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jq4c8w9lq03q8x448p620wphslbw4zymfxc42ydl1x7wp9dnxl5"))))
|
"1yj91cphin232m09wrpj8l27vxblyryh658siakz55hxjs5y85yz"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr))
|
(list r-knitr))
|
||||||
|
|
Reference in New Issue