me
/
guix
Archived
1
0
Fork 0

gnu: r-spam: Update to 2.3-0.1.

* gnu/packages/cran.scm (r-spam): Update to 2.3-0.1.
master
Ricardo Wurmus 2019-10-27 08:33:20 +01:00
parent b5d275104b
commit 7a932a4039
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10878,14 +10878,14 @@ 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")
(version "2.3-0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "spam" version))
(sha256
(base32
"194n5mgvyms9ckjqixl3h33apii8h9kqspqg2si9k741k578qb3w"))))
"0mas2ra7d5f9ccwxwsvxls3dz53prpf59hi2a0rvc347wbm6540b"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dotcall64" ,r-dotcall64)))