mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-rticles: Update to 0.16.
* gnu/packages/cran.scm (r-rticles): Update to 0.16.
This commit is contained in:
parent
d7cfdc1229
commit
5f9f23f43c
1 changed files with 2 additions and 2 deletions
|
@ -99,14 +99,14 @@ (define-module (gnu packages cran)
|
|||
(define-public r-rticles
|
||||
(package
|
||||
(name "r-rticles")
|
||||
(version "0.15")
|
||||
(version "0.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rticles" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0svh2bcqnlqdxdpw5afz1b980i2q13k8cxpq6flfqbi3dlwf3h8l"))))
|
||||
"1ca3k5sdy9mnm6frcimqwf5k18j14wn69x5iagjnjwhq711l8dv0"))))
|
||||
(properties `((upstream-name . "rticles")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue