guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

25/77: gnu: r-tinytex: Update to 0.48.


From: guix-commits
Subject: 25/77: gnu: r-tinytex: Update to 0.48.
Date: Wed, 25 Oct 2023 10:59:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 231d30a7c55d632d6276371eb25232f4f517f262
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:57:36 2023 +0200

    gnu: r-tinytex: Update to 0.48.
    
    * gnu/packages/cran.scm (r-tinytex): Update to 0.48.
    
    Change-Id: I63ea98fb628576c8ad6625c86020265006ca37b0
---
 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 1f7d68e2d9..28b2e5b9ea 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9755,14 +9755,14 @@ their own grammars and easily expose them in R 
packages.")
 (define-public r-tinytex
   (package
     (name "r-tinytex")
-    (version "0.47")
+    (version "0.48")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tinytex" version))
        (sha256
         (base32
-         "1py5i4h2vpicl79ypxw061p9byxvj703z1rh8l2shfpq7wqwhxbr"))))
+         "15bnb4fxdzapgj9ws3rfbcxwdzwbq8h5yy4d1db0m9c1lygrh2qx"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-xfun))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]