gnu: r-vcfr: Update to 1.13.0.
* gnu/packages/cran.scm (r-vcfr): Update to 1.13.0.
This commit is contained in:
parent
12d0ab6df4
commit
23367bfa57
1 changed files with 2 additions and 2 deletions
|
@ -6338,13 +6338,13 @@ Analysis with R\" by Michael Friendly and David Meyer (2015).")
|
|||
(define-public r-vcfr
|
||||
(package
|
||||
(name "r-vcfr")
|
||||
(version "1.12.0")
|
||||
(version "1.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "vcfR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lhxb3ac4fafwik9q3cds46svzf0hyca8k54chw3dpk50c0zz1yx"))))
|
||||
"1g4y11vpr3wrvf5prj7y33c2bah6rn4xfb4a1y7n7niafd2yhg3l"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Reference in a new issue