guix-commits
[Top][All Lists]
Advanced

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

35/70: gnu: r-sandwich: Update to 3.1-0.


From: guix-commits
Subject: 35/70: gnu: r-sandwich: Update to 3.1-0.
Date: Thu, 28 Dec 2023 03:35:48 -0500 (EST)

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

commit 0c58d44ed4fffd44791420e7559dca74b42a27e7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 28 00:44:33 2023 +0100

    gnu: r-sandwich: Update to 3.1-0.
    
    * gnu/packages/cran.scm (r-sandwich): Update to 3.1-0.
    
    Change-Id: Ibe33dfa1bcdb1c8fac8f46131042d4829ac12a9e
---
 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 67bf7f1eb4..547b6194d1 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16447,14 +16447,14 @@ observation.")
 (define-public r-sandwich
   (package
     (name "r-sandwich")
-    (version "3.0-2")
+    (version "3.1-0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sandwich" version))
        (sha256
         (base32
-         "1d72vwxidsyac9mbyxrm06qds63rzcr82nn4c05466gbajsvcc3f"))
+         "1yi3l2q63j0vlaqqh1x3bxb0i7v6lrmmbsc6s8gilfahxq2y3c4n"))
        (modules '((guix build utils)))
        (snippet
         '(with-directory-excursion "inst/doc"



reply via email to

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