me
/
guix
Archived
1
0
Fork 0

gnu: r-vroom: Update to 1.5.7.

* gnu/packages/cran.scm (r-vroom): Update to 1.5.7.
master
Ricardo Wurmus 2022-01-05 19:34:35 +01:00
parent 086fb6d56d
commit 540a0763fc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -30008,14 +30008,14 @@ time zone manipulations.")
(define-public r-vroom
(package
(name "r-vroom")
(version "1.5.6")
(version "1.5.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "vroom" version))
(sha256
(base32
"0b1lbi20gadwjwinw1v0az4g0y79vlcqfqyblphls601h3nnmn3p"))))
"1plz20x6s01gkkcac51lhx4r2s024pgh778ri7y25hkiiwacp1yh"))))
(properties `((upstream-name . "vroom")))
(build-system r-build-system)
(propagated-inputs