mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 09:37:03 +01:00
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:
parent
f57f333c82
commit
dae2e341f9
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue