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

* gnu/packages/cran.scm (r-spam): Update to 2.3-0.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-30 05:52:12 +01:00
parent 7f2a457783
commit 020e32149d
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -10877,14 +10877,13 @@ (define-public r-dotcall64
(define-public r-spam
(package
(name "r-spam")
(version "2.3-0.1")
(version "2.3-0.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "spam" version))
(sha256
(base32
"0mas2ra7d5f9ccwxwsvxls3dz53prpf59hi2a0rvc347wbm6540b"))))
(base32 "0czmzwhvcs0shm1asvphhz366df3n7vrlls4cfpq5b3i19fak3w4"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dotcall64" ,r-dotcall64)))