[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: r-spam: Update to 2.3-0.2.
From: |
guix-commits |
Subject: |
01/03: gnu: r-spam: Update to 2.3-0.2. |
Date: |
Wed, 30 Oct 2019 00:52:50 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 020e32149d398871e80494d6890c8f2a8d7bc76f
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Wed Oct 30 05:52:12 2019 +0100
gnu: r-spam: Update to 2.3-0.2.
* gnu/packages/cran.scm (r-spam): Update to 2.3-0.2.
---
gnu/packages/cran.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5bf69d2..eb8b14b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10877,14 +10877,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.3-0.1")
+ (version "2.3-0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "spam" version))
(sha256
- (base32
- "0mas2ra7d5f9ccwxwsvxls3dz53prpf59hi2a0rvc347wbm6540b"))))
+ (base32 "0czmzwhvcs0shm1asvphhz366df3n7vrlls4cfpq5b3i19fak3w4"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dotcall64" ,r-dotcall64)))