guix-commits
[Top][All Lists]
Advanced

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

69/92: gnu: r-tinytex: Update to 0.9.


From: Ricardo Wurmus
Subject: 69/92: gnu: r-tinytex: Update to 0.9.
Date: Tue, 30 Oct 2018 16:48:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit dda4ce560f50f9cf35d955641d53a485224a4e65
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 30 07:51:21 2018 +0100

    gnu: r-tinytex: Update to 0.9.
    
    * gnu/packages/cran.scm (r-tinytex): Update to 0.9.
---
 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 efac611..da5d069 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -2850,14 +2850,14 @@ terminals.")
 (define-public r-tinytex
   (package
     (name "r-tinytex")
-    (version "0.8")
+    (version "0.9")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tinytex" version))
        (sha256
         (base32
-         "1bgpr5i5399jf9n6pg2mm4aamisbhppg082ad0wv1j4g0rlxf1gy"))))
+         "08w5hyq3ysh631d5whgcfv1bb007cdc0bjhb83vwmhazs6rgvyjy"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-xfun" ,r-xfun)))



reply via email to

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