Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-spam): Update to 2.7-0.
This commit is contained in:
Ricardo Wurmus 2021-07-10 13:26:18 +02:00
parent 7bd52c907d
commit 7f60a75890
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13783,13 +13783,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.6-0")
(version "2.7-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "spam" version))
(sha256
(base32 "0p5ycvpry955ldrgbbq3syy91wx9425mddpn8r5m9xwlirjxv3v3"))))
(base32 "03c50wfyrzcmrcv9mkgj8dmdg2cwkh4p4ys8gaclr8w7ym45qav3"))))
(build-system r-build-system)
(propagated-inputs
`(("r-dotcall64" ,r-dotcall64)))