mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-styler: Update to 1.10.1.
* gnu/packages/cran.scm (r-styler): Update to 1.10.1.
This commit is contained in:
parent
177339b8b4
commit
b13c386550
1 changed files with 2 additions and 2 deletions
|
@ -24147,14 +24147,14 @@ (define-public r-sctransform
|
|||
(define-public r-styler
|
||||
(package
|
||||
(name "r-styler")
|
||||
(version "1.10.0")
|
||||
(version "1.10.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "styler" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zaxwhcgfasrchg2qcrr3i9scyvz57g363q77d39zrz69yk363ic"))))
|
||||
"0rswg2habyk38hcx0gn9hnvb200bq0dc4fy4k3gqhfhwjq9l7a1b"))))
|
||||
(build-system r-build-system)
|
||||
;; This is needed by R.cache.
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue