me
/
guix
Archived
1
0
Fork 0

gnu: r-spam: Update to 2.5-0.

* gnu/packages/cran.scm (r-spam): Update to 2.5-0.
master
Ricardo Wurmus 2019-12-06 21:38:20 +01:00
parent b159b8a760
commit 3c8d39e5c0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11023,13 +11023,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.4-0")
(version "2.5-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "spam" version))
(sha256
(base32 "0xb7a0x1i93kzijr518m9plzmg8s3mxh5anwfx9xrkg5ipldvz10"))))
(base32 "1wfv45jq8zy8kyjr308zicc1461y1777qll1cy6lw4071f9rvba2"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dotcall64" ,r-dotcall64)))