me
/
guix
Archived
1
0
Fork 0

gnu: r-tibble: Update to 3.1.6.

* gnu/packages/statistics.scm (r-tibble): Update to 3.1.6.
master
Ricardo Wurmus 2021-11-23 15:23:39 +01:00
parent 360cfbcf71
commit cbe234924f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1682,14 +1682,14 @@ like tidy evaluation.")
(define-public r-tibble
(package
(name "r-tibble")
(version "3.1.5")
(version "3.1.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "tibble" version))
(sha256
(base32
"1ryv1r3cah1s8dyqdhcb0yl81r384jvgc4d1q9zwsrrsd2x8fqys"))))
"14l2i6ri3v5y0h8g0ahc4kz0pdqsp5yabxk2w8wavss6y44xjcsv"))))
(build-system r-build-system)
(propagated-inputs
`(("r-ellipsis" ,r-ellipsis)