gnu: r-progress: Update to 1.2.2.

* gnu/packages/cran.scm (r-progress): Update to 1.2.2.
master
Ricardo Wurmus 2019-05-19 09:23:29 +02:00
parent bd9f147974
commit 7e8ac56afa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1725,14 +1725,14 @@ quantities.")
(define-public r-progress
(package
(name "r-progress")
(version "1.2.0")
(version "1.2.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "progress" version))
(sha256
(base32
"1rhwm0bdw30z3rvl0bn56xprjl3zrdy7150w4gl4bkvn2d6h9fav"))))
"0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
(build-system r-build-system)
(propagated-inputs
`(("r-crayon" ,r-crayon)