guix-commits
[Top][All Lists]
Advanced

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

32/214: gnu: r-haven: Update to 2.5.1.


From: guix-commits
Subject: 32/214: gnu: r-haven: Update to 2.5.1.
Date: Tue, 20 Sep 2022 11:06:59 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 9849c6d77dafefb34783f3d3bd4658d13184b06a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:52:48 2022 +0200

    gnu: r-haven: Update to 2.5.1.
    
    * gnu/packages/cran.scm (r-haven): Update to 2.5.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 995fcff646..a3176b7fab 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3880,14 +3880,14 @@ including functions for geolocation and routing.")
 (define-public r-haven
   (package
     (name "r-haven")
-    (version "2.5.0")
+    (version "2.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "haven" version))
        (sha256
         (base32
-         "1x5g6kjrzcyarbjz91f4aaspx7rb50qs6a9y29mzr3mjq4dk305m"))
+         "0w0aqm0z4h0rm1f7fylm1mbv79p43y2r795w64wczcd0jwh4ch4z"))
        (modules '((guix build utils)))
        (snippet
         ;; unvendor readstat



reply via email to

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