gnu: r-splitstackshape: Update to 1.4.8.

* gnu/packages/cran.scm (r-splitstackshape): Update to 1.4.8.
This commit is contained in:
Ricardo Wurmus 2019-04-24 13:07:05 +02:00
parent d6fc8fe1fa
commit 90325bb182
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9311,14 +9311,14 @@ the first time as the statistic.")
(define-public r-splitstackshape (define-public r-splitstackshape
(package (package
(name "r-splitstackshape") (name "r-splitstackshape")
(version "1.4.6") (version "1.4.8")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "splitstackshape" version)) (uri (cran-uri "splitstackshape" version))
(sha256 (sha256
(base32 (base32
"03w6h64ga4zqilffdway4l38l5cbman4yrspkzhbigds12aqz25r")))) "0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-data-table" ,r-data-table))) `(("r-data-table" ,r-data-table)))