gnu: r-styler: Update to 1.9.0.
* gnu/packages/cran.scm (r-styler): Update to 1.9.0.
This commit is contained in:
parent
d1d780a810
commit
27cbff23ee
1 changed files with 2 additions and 2 deletions
|
@ -22230,14 +22230,14 @@ batch correction, and data correction.")
|
||||||
(define-public r-styler
|
(define-public r-styler
|
||||||
(package
|
(package
|
||||||
(name "r-styler")
|
(name "r-styler")
|
||||||
(version "1.8.1")
|
(version "1.9.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "styler" version))
|
(uri (cran-uri "styler" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sc1xr9pfrbd2yyzyyxpj8dd81djmsr00gxgr0mr18habyl5yl0m"))))
|
"0by0mbdvdh8lrr350br1s01fl7yqjpi4vkj0b84b5x83vyrifm58"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; This is needed by R.cache.
|
;; This is needed by R.cache.
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue