me
/
guix
Archived
1
0
Fork 0

gnu: r-progress: Update to 1.2.3.

* gnu/packages/cran.scm (r-progress): Update to 1.2.3.

Change-Id: I4a6ae755ea2021d32d4b0d1ca43a077af48c4e5b
Ricardo Wurmus 2023-12-15 12:16:45 +01:00
parent 7312e1060d
commit 780c8c9349
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6951,14 +6951,14 @@ parallel - each request in a separate fork.")
(define-public r-progress
(package
(name "r-progress")
(version "1.2.2")
(version "1.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "progress" version))
(sha256
(base32
"0dgzb362641aqm8xd88iqa8jmpdm43xs0aba0d5kk6fvapnxi95l"))))
"0xljky4ad2jbbcfrcyh48li461pc5b2wk210n4x5rs2di6dhfaza"))))
(build-system r-build-system)
(propagated-inputs
(list r-crayon r-hms r-prettyunits r-r6))