me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-spam): Update to 2.8-0.
master
Ricardo Wurmus 2022-01-23 13:33:34 +01:00
parent 765cb54971
commit 2bacbd0410
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14409,13 +14409,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.7-0")
(version "2.8-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "spam" version))
(sha256
(base32 "03c50wfyrzcmrcv9mkgj8dmdg2cwkh4p4ys8gaclr8w7ym45qav3"))))
(base32 "1ann2a2ifr3z983fcg1c0pkgmbxz6a0ym5q1dmq1r382bd1pg0fr"))))
(build-system r-build-system)
(propagated-inputs
(list r-dotcall64))