gnu: r-aricode: Update to 1.0.3.
* gnu/packages/cran.scm (r-aricode): Update to 1.0.3. Change-Id: Ib6336872d309cac951830df94b080ee4dce9ff2e
This commit is contained in:
parent
3f740ae9b9
commit
cedf4c882d
1 changed files with 2 additions and 2 deletions
|
@ -9271,13 +9271,13 @@ script.")
|
||||||
(define-public r-aricode
|
(define-public r-aricode
|
||||||
(package
|
(package
|
||||||
(name "r-aricode")
|
(name "r-aricode")
|
||||||
(version "1.0.2")
|
(version "1.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "aricode" version))
|
(uri (cran-uri "aricode" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1w5jnql49f0wd5h4b89l69s7qldp7qm90p4jm0j4kz9w0vvm2kjz"))))
|
"02nrw66jfpzf6dy0zy21sbdjxjc8c11iv9fkjqj5akzb7wskk9qh"))))
|
||||||
(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