~ruther/guix-local

dae2e341f9ebd805416c008bdd7f3f7e9283638f — Ricardo Wurmus 2 years ago f57f333
gnu: r-vcfr: Update to 1.15.0.

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

Change-Id: I0973169b9d325f4464882a63753810660a640104
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 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))