me
/
guix
Archived
1
0
Fork 0

gnu: r-tibble: Update to 3.1.7.

* gnu/packages/statistics.scm (r-tibble): Update to 3.1.7.
master
Ricardo Wurmus 2022-05-28 08:30:55 +02:00
parent 51d6e174eb
commit 3fa3f4c39e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1773,14 +1773,14 @@ like tidy evaluation.")
(define-public r-tibble
(package
(name "r-tibble")
(version "3.1.6")
(version "3.1.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "tibble" version))
(sha256
(base32
"14l2i6ri3v5y0h8g0ahc4kz0pdqsp5yabxk2w8wavss6y44xjcsv"))))
"0wn8j7slfqrdl126g536sg1xkrvjd9rlsk0bjqk3b03nyj8hi9g1"))))
(build-system r-build-system)
(propagated-inputs
(list r-ellipsis