guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

38/214: gnu: r-vctrs: Update to 0.4.1.


From: guix-commits
Subject: 38/214: gnu: r-vctrs: Update to 0.4.1.
Date: Sat, 28 May 2022 04:37:16 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 7afd1e6e1169b63ef013179da70b13ee0c492b78
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:18 2022 +0200

    gnu: r-vctrs: Update to 0.4.1.
    
    * gnu/packages/cran.scm (r-vctrs): Update to 0.4.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5cc74210d5..9abe6965f2 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -6561,14 +6561,14 @@ estimated from a given sample.")
 (define-public r-vctrs
   (package
     (name "r-vctrs")
-    (version "0.4.0")
+    (version "0.4.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "vctrs" version))
        (sha256
         (base32
-         "0bslr22jnnwxx45s1a19az6saqf2svi8vkjf64pnpc6rma4ygpl9"))))
+         "1pb0wjpwix29q8d8p3wi72a9mp9mif7369pk31w238cs00g8hxln"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cli r-glue r-rlang))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]