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 @@ script.")
|
||||||
(define-public r-aricode
|
(define-public r-aricode
|
||||||
(package
|
(package
|
||||||
(name "r-aricode")
|
(name "r-aricode")
|
||||||
(version "1.0.1")
|
(version "1.0.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "aricode" version))
|
(uri (cran-uri "aricode" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0772l9gyrih48l1kymih0mb7szjqqnwcm4lzj0yzp4cs8l2mdf4f"))))
|
"1w5jnql49f0wd5h4b89l69s7qldp7qm90p4jm0j4kz9w0vvm2kjz"))))
|
||||||
(properties `((upstream-name . "aricode")))
|
(properties `((upstream-name . "aricode")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-matrix r-rcpp))
|
(propagated-inputs (list r-matrix r-rcpp))
|
||||||
|
|
Reference in a new issue