rekado pushed a commit to branch master
in repository guix.
commit cc3c674b8942978dda7705ebd0dbca3a75fb2a7e
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Mon Aug 28 14:16:20 2023 +0200
gnu: r-tinytex: Update to 0.46.
* gnu/packages/cran.scm (r-tinytex): Update to 0.46.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 2cb6ad3609..6eed020d52 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9594,14 +9594,14 @@ their own grammars and easily expose them in R
packages.")
(define-public r-tinytex
(package
(name "r-tinytex")
- (version "0.45")
+ (version "0.46")
(source
(origin
(method url-fetch)
(uri (cran-uri "tinytex" version))
(sha256
(base32
- "0b79fvrjifkajspkjga1hmxsj3877xjz0nv8dg581bw0kv8bnbqc"))))
+ "00q21bx3vgsxqdfk372cxdcvfmbza2yplzfhr1hd5mad4f4qx30b"))))
(build-system r-build-system)
(propagated-inputs
(list r-xfun))