rekado pushed a commit to branch master
in repository guix.

commit ef5c14645a0a384a29f3d62e82ac5077709132db
Author: Ricardo Wurmus <rek...@elephly.net>
AuthorDate: Tue May 13 10:25:48 2025 +0200

    gnu: r-ctrdata: Update to 1.22.1.
    
    * gnu/packages/cran.scm (r-ctrdata): Update to 1.22.1.
    
    Change-Id: I39488e5558fe234d6b3bd70cb6e27a72bc7ca70b
---
 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 dd518a8244..dc775f5604 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15170,13 +15170,13 @@ graphics packages that comes with the base 
installation.")
 (define-public r-ctrdata
   (package
     (name "r-ctrdata")
-    (version "1.22.0")
+    (version "1.22.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "ctrdata" version))
               (sha256
                (base32
-                "06yb9gxf2vcgcbl45dccrms90f5zh2v3wqnffy83a8kr2hxirlc2"))
+                "108fjy2grbr51ky2l24cgv0c3bd32q6lj3bn3dmalpkk8kfpyczs"))
               ;; TODO: we should also replace these other files:
               ;; inst/htmlwidgets/lib/jstree/dist/jstree.min.js
               ;; inst/js/bundle.js (generated from inst/js/euctr2ndjson.js)

Reply via email to