mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: r-tidyr: Update to 1.2.1.
* gnu/packages/statistics.scm (r-tidyr): Update to 1.2.1.
This commit is contained in:
parent
5667e371fa
commit
b02b5544f2
1 changed files with 2 additions and 2 deletions
|
@ -4189,14 +4189,14 @@ (define-public r-tidyselect
|
|||
(define-public r-tidyr
|
||||
(package
|
||||
(name "r-tidyr")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "tidyr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1a0k296a0jb2xi5zgfrqfmmw8197bwibjl7a04fm49vqx6livl4c"))))
|
||||
"1bv1rvnbbfdqf78qfbawq3yxjhjfdy0mgcla6b17bp336rnpcwb9"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cpp11
|
||||
|
|
Loading…
Reference in a new issue