mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: r-styler: Update to 1.10.2.
* gnu/packages/cran.scm (r-styler): Update to 1.10.2.
This commit is contained in:
parent
6b25da59a1
commit
ae07546906
1 changed files with 2 additions and 2 deletions
|
@ -24724,14 +24724,14 @@ (define-public r-sctransform
|
||||||
(define-public r-styler
|
(define-public r-styler
|
||||||
(package
|
(package
|
||||||
(name "r-styler")
|
(name "r-styler")
|
||||||
(version "1.10.1")
|
(version "1.10.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "styler" version))
|
(uri (cran-uri "styler" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rswg2habyk38hcx0gn9hnvb200bq0dc4fy4k3gqhfhwjq9l7a1b"))))
|
"043v9xwm72jqrrzzmjgrkf34lncjnn69650ks72z7rjb1wqmbh56"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
;; This is needed by R.cache.
|
;; This is needed by R.cache.
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue