summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-05-31 12:15:19 +0200
committerRicardo Wurmus <rekado@elephly.net>2023-05-31 18:19:54 +0200
commit0b9facbccfac30d28a7bd7614d82bf26791eaaf6 (patch)
tree14c560fd377c90620698762b447b9f540280cf3f /gnu
parent58c72740b010121d984fc4e633beed979ae359c6 (diff)
gnu: r-styler: Update to 1.10.0.
* gnu/packages/cran.scm (r-styler): Update to 1.10.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cran.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index f1fb5d6f45..687bda6238 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23765,14 +23765,14 @@ batch correction, and data correction.")
(define-public r-styler
(package
(name "r-styler")
- (version "1.9.1")
+ (version "1.10.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "styler" version))
(sha256
(base32
- "1fyhvqimiysrmcqd126cjxvlwy6msj3v1d90r1g681zhcb0a63y8"))))
+ "1zaxwhcgfasrchg2qcrr3i9scyvz57g363q77d39zrz69yk363ic"))))
(build-system r-build-system)
;; This is needed by R.cache.
(arguments