mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-styler: Update to 1.1.1.
* gnu/packages/cran.scm (r-styler): Update to 1.1.1.
This commit is contained in:
parent
080c706225
commit
4238c3ee2a
1 changed files with 2 additions and 2 deletions
|
@ -14084,14 +14084,14 @@ (define-public r-sctransform
|
|||
(define-public r-styler
|
||||
(package
|
||||
(name "r-styler")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "styler" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z24mi88snbz1avjw9phq0lzmigddvycc56s83nxzr9w9z85mh05"))))
|
||||
"1k660lpjvd64gnf6bndcb1cq3qxsvik928kcn6271zmkhja5rgyb"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-backports" ,r-backports)
|
||||
|
|
Loading…
Reference in a new issue