guix-commits
[Top][All Lists]
Advanced

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

08/105: gnu: r-digest: Update to 0.6.24.


From: guix-commits
Subject: 08/105: gnu: r-digest: Update to 0.6.24.
Date: Wed, 19 Feb 2020 15:47:45 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 26162b8be9b4162060c17111ca980ce088ef3129
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 20:55:42 2020 +0100

    gnu: r-digest: Update to 0.6.24.
    
    * gnu/packages/statistics.scm (r-digest): Update to 0.6.24.
---
 gnu/packages/statistics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index a47ff59..08f1a4b 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -804,13 +804,13 @@ effects of different types of color-blindness.")
 (define-public r-digest
   (package
     (name "r-digest")
-    (version "0.6.23")
+    (version "0.6.24")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "digest" version))
        (sha256
-        (base32 "18h5s8vkdcz2vhpsx6g3ig00zalrihr03skn95zw3lr2y56pafmp"))))
+        (base32 "01xsmcgqva9bza30zh7kj4lzapxgg4yiljfk99g4v6xng50mp604"))))
     (build-system r-build-system)
     ;; Vignettes require r-knitr, which requires r-digest, so we have to
     ;; disable them and the tests.



reply via email to

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