guix-commits
[Top][All Lists]
Advanced

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

42/195: gnu: r-haven: Update to 2.5.4.


From: guix-commits
Subject: 42/195: gnu: r-haven: Update to 2.5.4.
Date: Fri, 15 Dec 2023 06:31:06 -0500 (EST)

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

commit 7c8cb13da325b1b52f091aa2e15e1b9bd6026a8c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:16:44 2023 +0100

    gnu: r-haven: Update to 2.5.4.
    
    * gnu/packages/cran.scm (r-haven): Update to 2.5.4.
    
    Change-Id: I2b695c09e033f00e10715119bbb4cba8666854dd
---
 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 9a97e4a18e..3331e76acc 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5723,14 +5723,14 @@ including functions for geolocation and routing.")
 (define-public r-haven
   (package
     (name "r-haven")
-    (version "2.5.3")
+    (version "2.5.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "haven" version))
        (sha256
         (base32
-         "1qxp0hp7clmd70383lsbiijq1i5037zv4haja60czw09mnprjncs"))
+         "0dd83v3bfs7and9ydx35m8zw0md3wgchwpnvj6yllixa6yxk25cy"))
        (modules '((guix build utils)))
        (snippet
         ;; unvendor readstat



reply via email to

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