gnu: r-vcfr: Update to 1.15.0.

* gnu/packages/cran.scm (r-vcfr): Update to 1.15.0.

Change-Id: I0973169b9d325f4464882a63753810660a640104
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:47 +01:00
parent f57f333c82
commit dae2e341f9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9445,13 +9445,13 @@ (define-public r-vcd
(define-public r-vcfr
(package
(name "r-vcfr")
(version "1.14.0")
(version "1.15.0")
(source (origin
(method url-fetch)
(uri (cran-uri "vcfR" version))
(sha256
(base32
"1jq4c8w9lq03q8x448p620wphslbw4zymfxc42ydl1x7wp9dnxl5"))))
"1yj91cphin232m09wrpj8l27vxblyryh658siakz55hxjs5y85yz"))))
(build-system r-build-system)
(native-inputs
(list r-knitr))