gnu: r-aricode: Update to 1.0.2.

* gnu/packages/cran.scm (r-aricode): Update to 1.0.2.
This commit is contained in:
Ricardo Wurmus 2022-12-19 17:07:18 +01:00
parent 482b3f3890
commit bb7051b549
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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))