mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 17:46:43 +01:00
gnu: r-tidyr: Update to 1.1.4.
* gnu/packages/statistics.scm (r-tidyr): Update to 1.1.4.
This commit is contained in:
parent
e49de81b3d
commit
f86e606155
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue