guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: tectonic: Update to 0.6.2.


From: guix-commits
Subject: branch master updated: gnu: tectonic: Update to 0.6.2.
Date: Thu, 17 Jun 2021 13:34:58 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new d7fe041  gnu: tectonic: Update to 0.6.2.
d7fe041 is described below

commit d7fe0414fc18b83d7a1c284b4b411def6a115100
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Jun 17 19:33:34 2021 +0200

    gnu: tectonic: Update to 0.6.2.
    
    * gnu/packages/rust-apps.scm (tectonic): Update to 0.6.2.
---
 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 f8357bc..03646ee 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.1")
+    (version "0.6.2")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "tectonic" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0s740374sdkagq967ryhki19ww7x6fsazw5c4dcbgddk0m4aai3n"))))
+        (base32 "13wkpsbpqf6yf00jrjvs8bb9r32bk49r9f3q2yh1xlb7fyb8lkcp"))))
     (build-system cargo-build-system)
     (arguments
      `(#:rust ,rust-1.52



reply via email to

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