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.5.2.


From: guix-commits
Subject: branch master updated: gnu: tectonic: Update to 0.5.2.
Date: Sat, 12 Jun 2021 17:28:50 -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 9dbadae  gnu: tectonic: Update to 0.5.2.
9dbadae is described below

commit 9dbadaed8863bcd40242b429f3ba9d271fec0560
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Jun 12 23:28:35 2021 +0200

    gnu: tectonic: Update to 0.5.2.
    
    * gnu/packages/rust-apps.scm (tectonic): Update to 0.5.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 0eecd92..709a75f 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -589,14 +589,14 @@ gitignore rules.")
 (define-public tectonic
   (package
     (name "tectonic")
-    (version "0.5.1")
+    (version "0.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "tectonic" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0886wn6bkqsfila4m49k7n33ii74yhp4c2wcpbbhq2f9443ry6v9"))))
+        (base32 "050d5slf3s6p58nzkqdqqx2bpwnjkyfk3y5bwfkrdiimfdi6k6yd"))))
     (build-system cargo-build-system)
     (arguments
      `(#:rust ,rust-1.52



reply via email to

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