diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-04-24 13:07:05 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-04-24 17:04:53 +0200 |
commit | 90325bb1829f89e528b14b00878529ab0c8e575a (patch) | |
tree | 8b039f45a653a45ded22a13be9f8b465bc29d8a4 /gnu | |
parent | d6fc8fe1fad350d9e7d118fea07598f3f9e64d08 (diff) |
gnu: r-splitstackshape: Update to 1.4.8.
* gnu/packages/cran.scm (r-splitstackshape): Update to 1.4.8.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 71c8327c46..3527648d79 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -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))) |