guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: r-splitstackshape: Update to 1.4.8.


From: guix-commits
Subject: 03/12: gnu: r-splitstackshape: Update to 1.4.8.
Date: Wed, 24 Apr 2019 11:05:04 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 90325bb1829f89e528b14b00878529ab0c8e575a
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Apr 24 13:07:05 2019 +0200

    gnu: r-splitstackshape: Update to 1.4.8.
    
    * gnu/packages/cran.scm (r-splitstackshape): Update to 1.4.8.
---
 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 71c8327..3527648 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9311,14 +9311,14 @@ the first time as the statistic.")
 (define-public r-splitstackshape
   (package
     (name "r-splitstackshape")
-    (version "1.4.6")
+    (version "1.4.8")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "splitstackshape" version))
        (sha256
         (base32
-         "03w6h64ga4zqilffdway4l38l5cbman4yrspkzhbigds12aqz25r"))))
+         "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-data-table" ,r-data-table)))



reply via email to

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