guix-commits
[Top][All Lists]
Advanced

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

56/122: gnu: r-spam: Update to 2.9-1.


From: guix-commits
Subject: 56/122: gnu: r-spam: Update to 2.9-1.
Date: Wed, 10 Aug 2022 07:51:58 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 5b98819cc107b7cdd5f7b0bdb1adc14e5fdee992
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Aug 10 12:20:05 2022 +0200

    gnu: r-spam: Update to 2.9-1.
    
    * gnu/packages/cran.scm (r-spam): Update to 2.9-1.
---
 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 8353c93d3c..88a685e134 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15689,13 +15689,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.8-0")
+    (version "2.9-1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "spam" version))
        (sha256
-        (base32 "1ann2a2ifr3z983fcg1c0pkgmbxz6a0ym5q1dmq1r382bd1pg0fr"))))
+        (base32 "1nvx965vxzs697k9m2l40a15bykflksn9bwa4py1p2wqg6922bn3"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-dotcall64))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]