mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-splitstackshape: Update to 1.4.8.
* gnu/packages/cran.scm (r-splitstackshape): Update to 1.4.8.
This commit is contained in:
parent
d6fc8fe1fa
commit
90325bb182
1 changed files with 2 additions and 2 deletions
|
@ -9311,14 +9311,14 @@ the first time as the statistic.")
|
|||
(define-public r-splitstackshape
|
||||
(package
|
||||
(name "r-splitstackshape")
|
||||
(version "1.4.6")
|
||||
(version "1.4.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "splitstackshape" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03w6h64ga4zqilffdway4l38l5cbman4yrspkzhbigds12aqz25r"))))
|
||||
"0mpyf2kkfdl69pdc6brl1r6101vyc6pgr7z17s55ppg3y71k4q35"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-data-table" ,r-data-table)))
|
||||
|
|
Loading…
Reference in a new issue