guix-commits
[Top][All Lists]
Advanced

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

64/195: gnu: r-vctrs: Update to 0.6.5.


From: guix-commits
Subject: 64/195: gnu: r-vctrs: Update to 0.6.5.
Date: Fri, 15 Dec 2023 06:31:13 -0500 (EST)

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

commit 90612979cd79263bccca56e25b22fffd39391350
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:16:48 2023 +0100

    gnu: r-vctrs: Update to 0.6.5.
    
    * gnu/packages/cran.scm (r-vctrs): Update to 0.6.5.
    
    Change-Id: I2509d3365130232171f96b97f6de124a2301966e
---
 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 773274ee77..96a9b453dd 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10073,14 +10073,14 @@ estimated from a given sample.")
 (define-public r-vctrs
   (package
     (name "r-vctrs")
-    (version "0.6.4")
+    (version "0.6.5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "vctrs" version))
        (sha256
         (base32
-         "1j01s27ybzn60p17y7k5n5dzsmjqhgjy634sv0dx4977aqiik04a"))))
+         "00p4r1z4xc05m25y0qa7svr67lbypcfqyp2b0ja9asgx90i7s5j3"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-cli r-glue r-lifecycle r-rlang))



reply via email to

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