me
/
guix
Archived
1
0
Fork 0

gnu: r-vcfr: Update to 1.15.0.

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

Change-Id: I0973169b9d325f4464882a63753810660a640104
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
1 changed files with 2 additions and 2 deletions

View File

@ -9445,13 +9445,13 @@ Analysis with R\" by Michael Friendly and David Meyer (2015).")
(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))