guix_mirror_bot pushed a commit to branch r-team
in repository guix.

commit 54a45841aa6c6974e832ba8dd1eeee5e4d24a7cb
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Dec 3 22:36:59 2025 +0100

    gnu: r-box: Update to 1.2.1.
    
    * gnu/packages/cran.scm (r-box): Update to 1.2.1.
    
    Change-Id: If2fdc2988af7b87b23ba057090ca7e8334e8e9a0
---
 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 eb0640a208..17a8c01f09 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1021,13 +1021,13 @@ D.V. Hinkley (1997, CUP), originally written by Angelo 
Canty for S.")
 (define-public r-box
   (package
     (name "r-box")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "box" version))
        (sha256
-        (base32 "00g5ik3f6260m38jl8k4s8nycmy7mzdwr7qslrl66phpg84xzmln"))))
+        (base32 "1d0fskj5sw606a0900xjj2qqn9jhmv5hl4hrm81mjl9kizrxvkrc"))))
     (properties `((upstream-name . "box")))
     (arguments
      ;; Tests don't work because of this error:

Reply via email to