me
/
guix
Archived
1
0
Fork 0

gnu: r-knitr: Update to 1.45.

* gnu/packages/statistics.scm (r-knitr): Update to 1.45.

Change-Id: I1317366a0041f29b284e24d056734498f9d35cd7
master
Ricardo Wurmus 2023-10-31 17:15:12 +01:00
parent 4f4ab05dc4
commit e2d4dd5e1c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1578,13 +1578,13 @@ emitter (http://pyyaml.org/wiki/LibYAML) for R.")
(define-public r-knitr
(package
(name "r-knitr")
(version "1.44")
(version "1.45")
(source (origin
(method url-fetch)
(uri (cran-uri "knitr" version))
(sha256
(base32
"015ylljvx0q2himch4k813021nvh0l7p5x3aqdkj3w0ax8x8k3ki"))))
"1yw4fnzm8lvh6kpcdlvr1fahz7421h5mmaris58zlgn57fjxwbpf"))))
(build-system r-build-system)
(propagated-inputs
(list r-evaluate r-highr r-xfun r-yaml))