mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: r-spam: Update to 2.4-0.
* gnu/packages/cran.scm (r-spam): Update to 2.4-0.
This commit is contained in:
parent
0da4cb546a
commit
b32172cab6
1 changed files with 2 additions and 2 deletions
|
@ -10900,13 +10900,13 @@ (define-public r-dotcall64
|
||||||
(define-public r-spam
|
(define-public r-spam
|
||||||
(package
|
(package
|
||||||
(name "r-spam")
|
(name "r-spam")
|
||||||
(version "2.3-0.2")
|
(version "2.4-0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "spam" version))
|
(uri (cran-uri "spam" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0czmzwhvcs0shm1asvphhz366df3n7vrlls4cfpq5b3i19fak3w4"))))
|
(base32 "0xb7a0x1i93kzijr518m9plzmg8s3mxh5anwfx9xrkg5ipldvz10"))))
|
||||||
(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