mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-progressr: Update to 0.12.0.
* gnu/packages/cran.scm (r-progressr): Update to 0.12.0.
This commit is contained in:
parent
5f7d9401bc
commit
2b184f70e0
1 changed files with 2 additions and 2 deletions
|
@ -5946,13 +5946,13 @@ (define-public r-squarem
|
|||
(define-public r-progressr
|
||||
(package
|
||||
(name "r-progressr")
|
||||
(version "0.11.0")
|
||||
(version "0.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "progressr" version))
|
||||
(sha256
|
||||
(base32 "1nbc6vvsyqa1gvh1a1m4prnvng88wsa0r35i9fiwq84a6j18qrnq"))))
|
||||
(base32 "0nahvfcnx45n0q24r4j9cjqmmgh302ra3207izs6fzfda7sqn25q"))))
|
||||
(properties `((upstream-name . "progressr")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue