me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-spam): Update to 2.5-1.
master
Ricardo Wurmus 2019-12-15 15:51:33 +01:00
parent 126f027b99
commit 074c698e72
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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