gnu: r-vctrs: Update to 0.2.3.
authorRicardo Wurmus <rekado@elephly.net>
Sat, 22 Feb 2020 12:51:37 +0000 (13:51 +0100)
committerRicardo Wurmus <rekado@elephly.net>
Sat, 22 Feb 2020 19:42:13 +0000 (20:42 +0100)
* gnu/packages/cran.scm (r-vctrs): Update to 0.2.3.

gnu/packages/cran.scm

index d43ae5a..302deee 100644 (file)
@@ -4068,14 +4068,14 @@ to variables on the left-hand side of the assignment.")
 (define-public r-vctrs
   (package
     (name "r-vctrs")
-    (version "0.2.2")
+    (version "0.2.3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "vctrs" version))
        (sha256
         (base32
-         "008xjmlj5a5vm303wxac7bliamqwaj7mcj0jv6n9ibc8p8h93aqd"))))
+         "1pnjnxp1pwsr083qa6xp5akls6q0pnjz8pq2m9d7z3kc1886sw8w"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-digest" ,r-digest)