guix-commits
[Top][All Lists]
Advanced

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

59/128: gnu: r-tinytex: Update to 0.10.


From: guix-commits
Subject: 59/128: gnu: r-tinytex: Update to 0.10.
Date: Sat, 12 Jan 2019 17:36:10 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 7e9e9c9c46d0fb92eb983de44cb7069b0a02fb15
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 16:49:32 2019 +0100

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



reply via email to

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