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

commit 16d471d7e027eb1ae9fb24c91850d922b9e17ac8
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Wed Jan 14 19:42:12 2026 +0100

    gnu: r-spam: Update to 2.11-3.
    
    * gnu/packages/cran.scm (r-spam): Update to 2.11-3.
    
    Change-Id: I92b883ad7050fda985f947c69039572218b8ab9d
---
 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 606e8f36ea..a441c43a85 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -33814,13 +33814,13 @@ This makes it a convenient and fast interface to 
C/C++ and Fortran code.")
 (define-public r-spam
   (package
     (name "r-spam")
-    (version "2.11-1")
+    (version "2.11-3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "spam" version))
        (sha256
-        (base32 "0rgq5wsmx5l2cvs89lrn54xzhjpa2hnk98blq6cd2qgah4xwak2w"))))
+        (base32 "15drn1n871acn9szfxc99rpa6nfwp0s5pq6dg0ih90bi563lz9m2"))))
     (build-system r-build-system)
     (arguments
      (list

Reply via email to