gnu: r-progressr: Update to 0.11.0.

* gnu/packages/cran.scm (r-progressr): Update to 0.11.0.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:52:50 +02:00
parent 3b389cccff
commit fc802d489a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5531,13 +5531,13 @@ (define-public r-squarem
(define-public r-progressr
(package
(name "r-progressr")
(version "0.10.1")
(version "0.11.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "progressr" version))
(sha256
(base32 "1ldf7hqsz8vbjggz31990sqqyhrbiilzcnyla1krjlkg595h50wg"))))
(base32 "1nbc6vvsyqa1gvh1a1m4prnvng88wsa0r35i9fiwq84a6j18qrnq"))))
(properties `((upstream-name . "progressr")))
(build-system r-build-system)
(propagated-inputs