gnu: r-vcfr: Update to 1.14.0.

* gnu/packages/cran.scm (r-vcfr): Update to 1.14.0.
This commit is contained in:
Ricardo Wurmus 2023-03-19 14:44:21 +01:00
parent fa52f184fe
commit 4ce3068c3f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -7902,13 +7902,13 @@ Analysis with R\" by Michael Friendly and David Meyer (2015).")
(define-public r-vcfr
(package
(name "r-vcfr")
(version "1.13.0")
(version "1.14.0")
(source (origin
(method url-fetch)
(uri (cran-uri "vcfR" version))
(sha256
(base32
"1g4y11vpr3wrvf5prj7y33c2bah6rn4xfb4a1y7n7niafd2yhg3l"))))
"1jq4c8w9lq03q8x448p620wphslbw4zymfxc42ydl1x7wp9dnxl5"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))