mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: r-aricode: Update to 1.0.2.
* gnu/packages/cran.scm (r-aricode): Update to 1.0.2.
This commit is contained in:
parent
482b3f3890
commit
bb7051b549
1 changed files with 2 additions and 2 deletions
|
@ -7407,13 +7407,13 @@ (define-public r-argparser
|
|||
(define-public r-aricode
|
||||
(package
|
||||
(name "r-aricode")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "aricode" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0772l9gyrih48l1kymih0mb7szjqqnwcm4lzj0yzp4cs8l2mdf4f"))))
|
||||
"1w5jnql49f0wd5h4b89l69s7qldp7qm90p4jm0j4kz9w0vvm2kjz"))))
|
||||
(properties `((upstream-name . "aricode")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-matrix r-rcpp))
|
||||
|
|
Loading…
Reference in a new issue