me
/
guix
Archived
1
0
Fork 0

gnu: r-vroom: Update to 1.5.6.

* gnu/packages/cran.scm (r-vroom): Update to 1.5.6.
master
Ricardo Wurmus 2021-11-23 15:23:37 +01:00
parent 4540c62a24
commit 049fb4da7f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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