guix-commits
[Top][All Lists]
Advanced

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

45/211: gnu: r-tinytex: Update to 0.41.


From: guix-commits
Subject: 45/211: gnu: r-tinytex: Update to 0.41.
Date: Tue, 20 Sep 2022 06:24:01 -0400 (EDT)

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

commit 99365a8623f348c54e2f1dd81e601422d907fe49
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Sep 20 10:52:52 2022 +0200

    gnu: r-tinytex: Update to 0.41.
    
    * gnu/packages/cran.scm (r-tinytex): Update to 0.41.
---
 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 bff7b8e982..e3b4e817c7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7231,14 +7231,14 @@ packages that work with genomic data.")
 (define-public r-tinytex
   (package
     (name "r-tinytex")
-    (version "0.40")
+    (version "0.41")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "tinytex" version))
        (sha256
         (base32
-         "13fqhg0yrzc28b39hpr4jip9w0q9yzhzxrczlf0q2yh45kdplpiz"))))
+         "1fhnh53fg8l4qyignvgz0nk5nqmljyykn8gpvq82nr7c051rfqaz"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-xfun))



reply via email to

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