guix-commits
[Top][All Lists]
Advanced

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

03/06: gnu: r-summarytools: Update to 0.9.6.


From: guix-commits
Subject: 03/06: gnu: r-summarytools: Update to 0.9.6.
Date: Mon, 2 Mar 2020 15:54:01 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2d063d4535e5187b5c2c847e6316fdbe9d1721d7
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Mon Mar 2 21:49:54 2020 +0100

    gnu: r-summarytools: Update to 0.9.6.
    
    * gnu/packages/cran.scm (r-summarytools): Update to 0.9.6.
---
 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 0bfa848..6c84140 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8892,14 +8892,14 @@ ways.")
 (define-public r-summarytools
   (package
     (name "r-summarytools")
-    (version "0.9.5")
+    (version "0.9.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "summarytools" version))
        (sha256
         (base32
-         "0iv5237478y2ggbqln3cppm0crnqk3myrkf6ydkhwsd1z5q538pd"))))
+         "03pcb2ild1rb9f15yq8b68p9bg10z5wk2x7ahgyzkwdh5f81vbq2"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-base64enc" ,r-base64enc)



reply via email to

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