gnu: r-tidyr: Update to 1.1.4.

* gnu/packages/statistics.scm (r-tidyr): Update to 1.1.4.
This commit is contained in:
Ricardo Wurmus 2021-11-01 20:44:54 +00:00
parent e49de81b3d
commit f86e606155
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -4134,14 +4134,14 @@ (define-public r-tidyselect
(define-public r-tidyr
(package
(name "r-tidyr")
(version "1.1.3")
(version "1.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidyr" version))
(sha256
(base32
"0cpbrvr759z8p7r9lpkjhj2dcdymsbnaib0rma9b4jb7i3qzmh2a"))))
"0h8jfsmn4r7zgfyjmg2qkjd54n0sncq07xjh4mdf2cx4k2z9h30b"))))
(build-system r-build-system)
(propagated-inputs
`(("r-cpp11" ,r-cpp11)