mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: r-spam: Update to 2.3-0.
* gnu/packages/cran.scm (r-spam): Update to 2.3-0.
This commit is contained in:
parent
e48e476f41
commit
d77e69e9e1
1 changed files with 2 additions and 2 deletions
|
@ -10770,14 +10770,14 @@ (define-public r-dotcall64
|
||||||
(define-public r-spam
|
(define-public r-spam
|
||||||
(package
|
(package
|
||||||
(name "r-spam")
|
(name "r-spam")
|
||||||
(version "2.2-2")
|
(version "2.3-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "spam" version))
|
(uri (cran-uri "spam" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"024dgfnjfxvsiymbzrhadinamj6qy509f4sbd1zxql8ymkyxn7vi"))))
|
"194n5mgvyms9ckjqixl3h33apii8h9kqspqg2si9k741k578qb3w"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-dotcall64" ,r-dotcall64)))
|
`(("r-dotcall64" ,r-dotcall64)))
|
||||||
|
|
Loading…
Reference in a new issue