summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <ricardo.wurmus@mdc-berlin.de>2016-05-20 14:48:35 +0200
committerRicardo Wurmus <rekado@elephly.net>2016-05-20 15:18:23 +0200
commitd5130e6345a3e9fd0af471b5e1c09bdd07322e97 (patch)
tree6dd6f0255e012e662af37797635ffb6c1b474514
parentdf25b0048ad05fc42de7f20f2299802f94e4e2c8 (diff)
downloadpatches-d5130e6345a3e9fd0af471b5e1c09bdd07322e97.tar
patches-d5130e6345a3e9fd0af471b5e1c09bdd07322e97.tar.gz
gnu: r-highr: Update to 0.6.
* gnu/packages/statistics.scm (r-highr): Update to 0.6.
-rw-r--r--gnu/packages/statistics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 6fd989f168..0ce18be618 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -685,13 +685,13 @@ There is also a Shiny app as a user interface in this package.")
(define-public r-highr
(package
(name "r-highr")
- (version "0.5.1")
+ (version "0.6")
(source (origin
(method url-fetch)
(uri (cran-uri "highr" version))
(sha256
(base32
- "11hyawzhaw3ph5y5xphi7alx6df1d0i6wh0a2n5m4sxxhdrzswnb"))))
+ "0n9v44dxdy5fhkdmpbpa2p78whyd9z3rhhy42ipdz5m5vsr55qa3"))))
(build-system r-build-system)
(home-page "https://github.com/yihui/highr")
(synopsis "Syntax highlighting for R source code")