Archived
1
0
Fork 0

gnu: r-styler: Update to 1.3.2.

* gnu/packages/cran.scm (r-styler): Update to 1.3.2.
This commit is contained in:
Ricardo Wurmus 2020-03-01 22:51:24 +01:00
parent cd4a4eafcc
commit 79f7e127ea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -14932,14 +14932,14 @@ batch correction, and data correction.")
(define-public r-styler (define-public r-styler
(package (package
(name "r-styler") (name "r-styler")
(version "1.3.1") (version "1.3.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
"14vfw1w22b9kbbgz72dcg814ycjvrd91ziva42jmmzqbspfxjvmw")))) "1waglhsy2c53qjgd2qhlzda3z0lbzbwx9fkrfhac41y6h91mgkrz"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-backports" ,r-backports) `(("r-backports" ,r-backports)