guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: r-sandwich: Update to 2.5-1.


From: guix-commits
Subject: 01/01: gnu: r-sandwich: Update to 2.5-1.
Date: Sun, 7 Apr 2019 00:22:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0eb306d39b9debe542d62a6a53d679a633beccc5
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Apr 7 06:09:32 2019 +0200

    gnu: r-sandwich: Update to 2.5-1.
    
    * gnu/packages/cran.scm (r-sandwich): 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 d4350c1..94d2c1a 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7511,14 +7511,14 @@ observation.")
 (define-public r-sandwich
   (package
     (name "r-sandwich")
-    (version "2.5-0")
+    (version "2.5-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "sandwich" version))
        (sha256
         (base32
-         "168kq5kk34xbhfsxsanard9zriyp6cw0s09ralzb57kk42pl9hbc"))))
+         "1mk685b9wq7k566pbml52rj96i5h6b3vf215k9picgmq296nzvyv"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-zoo" ,r-zoo)))



reply via email to

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