diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-11-29 15:22:20 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-11-29 15:27:26 +0100 |
commit | e2311300f18edf74725320dedb029fabd2477fc0 (patch) | |
tree | 22723c1abdd8bdb5f0371dfe683ab9606fcac2bf | |
parent | 5980c9c12f98d4870c673e373133e2c7aa617021 (diff) | |
download | guix-e2311300f18edf74725320dedb029fabd2477fc0.tar.gz |
gnu: r-styler: Update to 1.8.1.
* gnu/packages/cran.scm (r-styler): Update to 1.8.1.
-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 c367a0687b..df4665b55d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21218,14 +21218,14 @@ batch correction, and data correction.") (define-public r-styler (package (name "r-styler") - (version "1.8.0") + (version "1.8.1") (source (origin (method url-fetch) (uri (cran-uri "styler" version)) (sha256 (base32 - "1iw4nj68aj4psysrpyy7s6g3r3vhpfk8s05n6d20m2qmmk0p92sg")))) + "1sc1xr9pfrbd2yyzyyxpj8dd81djmsr00gxgr0mr18habyl5yl0m")))) (build-system r-build-system) ;; This is needed by R.cache. (arguments |