guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: rust-syntect-4: Update to 4.5.0.


From: guix-commits
Subject: 04/11: gnu: rust-syntect-4: Update to 4.5.0.
Date: Tue, 2 Mar 2021 11:46:59 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit aac12366d0a1fbd24360737adbc6f7a5217b17b2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Mar 2 14:14:27 2021 +0100

    gnu: rust-syntect-4: Update to 4.5.0.
    
    * gnu/packages/crates-io.scm (rust-syntect-4): Update to 4.5.0.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cb7ceb4..bca763a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40018,7 +40018,7 @@ a syntax tree of Rust source code.")
 (define-public rust-syntect-4
   (package
     (name "rust-syntect")
-    (version "4.4.0")
+    (version "4.5.0")
     (source
      (origin
        (method url-fetch)
@@ -40026,7 +40026,7 @@ a syntax tree of Rust source code.")
        (file-name
         (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "121y6rswylvbhaz8krjb9aa7h16f6ly2sdbbka1hr1dm0pgphfaf"))))
+        (base32 "1r9ij3qmq4cs83jwpk1043sai1dwdghb8lwkm34rs12d7frc5yib"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f                      ;missing files



reply via email to

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