me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-spam): Update to 2.4-0.
master
Ricardo Wurmus 2019-11-14 08:20:28 +01:00
parent 0da4cb546a
commit b32172cab6
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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