guix-commits
[Top][All Lists]
Advanced

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

16/48: gnu: r-tinytex: Update to 0.51.


From: guix-commits
Subject: 16/48: gnu: r-tinytex: Update to 0.51.
Date: Tue, 7 May 2024 16:20:53 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 938543748b4eddf5e40be4162be63f083c1e333a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 22:18:43 2024 +0200

    gnu: r-tinytex: Update to 0.51.
    
    * gnu/packages/cran.scm (r-tinytex): Update to 0.51.
    
    Change-Id: Ia99bf297807fff8aaf5e3e7ec7eafe96b541dec2
---
 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 832a6bccec..0cc94d1667 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10973,14 +10973,14 @@ vectors.")
 (define-public r-tinytex
   (package
     (name "r-tinytex")
-    (version "0.50")
+    (version "0.51")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tinytex" version))
        (sha256
         (base32
-         "11k0pl073b4k4wmpxkw4a071jbpvhr1g3cwm9v99rw3gh6p6x15l"))))
+         "1sn8fkmz01x0igsh7ynkqsl5h50ccl4xf8025a87i3mmni8kn4dv"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-xfun))



reply via email to

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