gnu: r-spam: Update to 2.9-1.
* gnu/packages/cran.scm (r-spam): Update to 2.9-1.
This commit is contained in:
parent
18528e2c25
commit
e27dc21c2a
1 changed files with 2 additions and 2 deletions
|
@ -15689,13 +15689,13 @@ This makes it a convenient and fast interface to C/C++ and Fortran code.")
|
||||||
(define-public r-spam
|
(define-public r-spam
|
||||||
(package
|
(package
|
||||||
(name "r-spam")
|
(name "r-spam")
|
||||||
(version "2.8-0")
|
(version "2.9-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "spam" version))
|
(uri (cran-uri "spam" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1ann2a2ifr3z983fcg1c0pkgmbxz6a0ym5q1dmq1r382bd1pg0fr"))))
|
(base32 "1nvx965vxzs697k9m2l40a15bykflksn9bwa4py1p2wqg6922bn3"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-dotcall64))
|
(list r-dotcall64))
|
||||||
|
|
Reference in a new issue