gnu: r-progressr: Update to 0.10.0.

* gnu/packages/cran.scm (r-progressr): Update to 0.10.0.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:14 +01:00
parent 23d84dd96c
commit 5ff9cbf368
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4396,13 +4396,13 @@ (define-public r-squarem
(define-public r-progressr
(package
(name "r-progressr")
(version "0.9.0")
(version "0.10.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "progressr" version))
(sha256
(base32 "03sk5cv8cywahlszjkd8pfqmhbj6cv0j54d3lassa7h44f20zryg"))))
(base32 "1p5s35rzh28n2id2lipgyqmh3wzib66m7x0pz9028y8cql8xr5ac"))))
(properties `((upstream-name . "progressr")))
(build-system r-build-system)
(propagated-inputs