mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-styler: Update to 1.8.1.
* gnu/packages/cran.scm (r-styler): Update to 1.8.1.
This commit is contained in:
parent
5980c9c12f
commit
e2311300f1
1 changed files with 2 additions and 2 deletions
|
@ -21218,14 +21218,14 @@ (define-public r-sctransform
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue