mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: r-progressr: Update to 0.10.0.
* gnu/packages/cran.scm (r-progressr): Update to 0.10.0.
This commit is contained in:
parent
23d84dd96c
commit
5ff9cbf368
1 changed files with 2 additions and 2 deletions
|
@ -4396,13 +4396,13 @@ (define-public r-squarem
|
||||||
(define-public r-progressr
|
(define-public r-progressr
|
||||||
(package
|
(package
|
||||||
(name "r-progressr")
|
(name "r-progressr")
|
||||||
(version "0.9.0")
|
(version "0.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "progressr" version))
|
(uri (cran-uri "progressr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "03sk5cv8cywahlszjkd8pfqmhbj6cv0j54d3lassa7h44f20zryg"))))
|
(base32 "1p5s35rzh28n2id2lipgyqmh3wzib66m7x0pz9028y8cql8xr5ac"))))
|
||||||
(properties `((upstream-name . "progressr")))
|
(properties `((upstream-name . "progressr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue