guix-commits
[Top][All Lists]
Advanced

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

31/35: gnu: r-digest: Update to 0.6.34.


From: guix-commits
Subject: 31/35: gnu: r-digest: Update to 0.6.34.
Date: Wed, 17 Jan 2024 17:54:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c6c76247f9baa1c0624c7e9654a47c1f2870ad91
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 17 23:09:51 2024 +0100

    gnu: r-digest: Update to 0.6.34.
    
    * gnu/packages/statistics.scm (r-digest): Update to 0.6.34.
    
    Change-Id: Ib01bc0c2081a916cf1a9d099d9e3782a816670f1
---
 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 1330b07325..9f11cc13e4 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -962,13 +962,13 @@ effects of different types of color-blindness.")
 (define-public r-digest
   (package
     (name "r-digest")
-    (version "0.6.33")
+    (version "0.6.34")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "digest" version))
        (sha256
-        (base32 "06bq696wpmn8ivbrpxw0qlcf835kc515m8jfv9zbwf8ndf42qw5y"))))
+        (base32 "1na47pywh059g9ymf56z232h5yxbj0gn755cb10ms5igjd97awqb"))))
     (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]