guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: tectonic: Update to 0.6.4.


From: guix-commits
Subject: 03/04: gnu: tectonic: Update to 0.6.4.
Date: Fri, 18 Jun 2021 04:56:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit a7f31ef11827fd38c520cf23d7f0b0999ef6f607
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Jun 18 10:49:49 2021 +0200

    gnu: tectonic: Update to 0.6.4.
    
    * gnu/packages/rust-apps.scm (tectonic): Update to 0.6.4.
---
 gnu/packages/rust-apps.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 03646ee..82afb01 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -587,14 +587,14 @@ gitignore rules.")
 (define-public tectonic
   (package
     (name "tectonic")
-    (version "0.6.2")
+    (version "0.6.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "tectonic" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "13wkpsbpqf6yf00jrjvs8bb9r32bk49r9f3q2yh1xlb7fyb8lkcp"))))
+        (base32 "1h6m0mxqd8580c82dknja7qqhkg1pbvwmw4rlzfr1ndfjrcbk3al"))))
     (build-system cargo-build-system)
     (arguments
      `(#:rust ,rust-1.52



reply via email to

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