mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 09:22:05 -05:00
gnu: r-rticles: Update to 0.17.
* gnu/packages/cran.scm (r-rticles): Update to 0.17.
This commit is contained in:
parent
00a275fbf4
commit
3e337d9bb7
1 changed files with 2 additions and 2 deletions
|
@ -177,14 +177,14 @@ (define-public r-waldo
|
|||
(define-public r-rticles
|
||||
(package
|
||||
(name "r-rticles")
|
||||
(version "0.16")
|
||||
(version "0.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rticles" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ca3k5sdy9mnm6frcimqwf5k18j14wn69x5iagjnjwhq711l8dv0"))))
|
||||
"1wbwva5n88dw3vvhcrlzkr58cv03hyx0dqgfmxj7d0dgf4ichr3c"))))
|
||||
(properties `((upstream-name . "rticles")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue