gnu: r-progress: Update to 1.2.0.
* gnu/packages/cran.scm (r-progress): Update to 1.2.0. [propagated-inputs]: Add r-crayon and r-hms.
This commit is contained in:
parent
1f73fd017c
commit
9de9dcd913
1 changed files with 5 additions and 3 deletions
|
@ -854,17 +854,19 @@ quantities.")
|
||||||
(define-public r-progress
|
(define-public r-progress
|
||||||
(package
|
(package
|
||||||
(name "r-progress")
|
(name "r-progress")
|
||||||
(version "1.1.2")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "progress" version))
|
(uri (cran-uri "progress" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fxakchfjr5vj59s9sxynd7crpz97xj42438rmkhkf3rjpyspx59"))))
|
"1rhwm0bdw30z3rvl0bn56xprjl3zrdy7150w4gl4bkvn2d6h9fav"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-prettyunits" ,r-prettyunits)
|
`(("r-crayon" ,r-crayon)
|
||||||
|
("r-hms" ,r-hms)
|
||||||
|
("r-prettyunits" ,r-prettyunits)
|
||||||
("r-r6" ,r-r6)))
|
("r-r6" ,r-r6)))
|
||||||
(home-page "https://github.com/gaborcsardi/progress")
|
(home-page "https://github.com/gaborcsardi/progress")
|
||||||
(synopsis "Terminal progress bars")
|
(synopsis "Terminal progress bars")
|
||||||
|
|
Reference in a new issue