mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-rticles: Update to 0.23.
* gnu/packages/cran.scm (r-rticles): Update to 0.23.
This commit is contained in:
parent
9cd04ea305
commit
d0000637c5
1 changed files with 2 additions and 2 deletions
|
@ -417,14 +417,14 @@ (define-public r-waldo
|
|||
(define-public r-rticles
|
||||
(package
|
||||
(name "r-rticles")
|
||||
(version "0.22")
|
||||
(version "0.23")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rticles" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jgsmqwwqzvsxcbsm9fx0rp724mn3ipi70883bhvm7n9i8mq877m"))))
|
||||
"1ipblw3rmkma22jl2hf1pyfm6l8k31zcmm3swmwii6k0x7khiav1"))))
|
||||
(properties `((upstream-name . "rticles")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue