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

commit 7f62a33d824f0b0fb095f7b5aafc6111d819da95
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Nov 5 07:18:45 2025 +0100

    gnu: r-colorout: Update to 1.3-3.
    
    * gnu/packages/cran.scm (r-colorout): Update to 1.3-3.
    
    Change-Id: I4d6a6094061fab98fee8155c76ca760f3ef15cbe
---
 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 af1e11c757..a2813210ab 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1823,7 +1823,7 @@ code for possible problems.")
 (define-public r-colorout
   (package
     (name "r-colorout")
-    (version "1.2-2")
+    (version "1.3-3")
     (source
      (origin
        (method git-fetch)
@@ -1832,7 +1832,7 @@ code for possible problems.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rsx69wjpa73c6x2hacvvvbzdzxn7wg06gizf97kasjdlb7azmp3"))))
+        (base32 "101mkdfk8w520vxqb5cl3spi8brgs5nrc6ciqidpxydmynp879fm"))))
     (build-system r-build-system)
     (arguments
      (list

Reply via email to