~ruther/guix-local

2913ba1eadc5b95181ceae0a88ea4d3b336f4d89 — Ricardo Wurmus a month ago 900790d32
gnu: r-vctrs: Update to 0.7.0.

* gnu/packages/cran.scm (r-vctrs): Update to 0.7.0.

Change-Id: Icdac7c8c9906a820a62a1cdc4b5bfe6114ba3fc7
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 21134,14 21134,14 @@ estimated from a given sample.")
(define-public r-vctrs
  (package
    (name "r-vctrs")
    (version "0.6.5")
    (version "0.7.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "vctrs" version))
       (sha256
        (base32
         "00p4r1z4xc05m25y0qa7svr67lbypcfqyp2b0ja9asgx90i7s5j3"))))
         "0828yb5w1680f0a41cy98s4la65hvzhin1sigmpkfyb3fsfg645w"))))
    (properties
     ;; We can't have r-knitr among the inputs here, because r-vctrs ends up
     ;; being an eventual input to r-knitr.