guix-commits
[Top][All Lists]
Advanced

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

304/379: gnu: rust-utf8parse-0.2: Update to 0.2.1.


From: guix-commits
Subject: 304/379: gnu: rust-utf8parse-0.2: Update to 0.2.1.
Date: Thu, 29 Jun 2023 12:35:02 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 77553a6d51f64742a808a35da2549ffd9ad00b8e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 17:21:47 2023 +0300

    gnu: rust-utf8parse-0.2: Update to 0.2.1.
    
    * gnu/packages/crates-io.scm (rust-utf8parse-0.2): Update to 0.2.1.
    [home-page]: Update to new home-page.
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7086c35d9b..ffefd3a2ae 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -71312,7 +71312,7 @@ first byte.")
 (define-public rust-utf8parse-0.2
   (package
     (name "rust-utf8parse")
-    (version "0.2.0")
+    (version "0.2.1")
     (source
      (origin
        (method url-fetch)
@@ -71321,9 +71321,9 @@ first byte.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0wjkvy22cxg023vkmvq2wwkgqyqam0d4pjld3m13blfg594lnvlk"))))
+         "02ip1a0az0qmc2786vxk2nqwsgcwf17d3a38fkf0q7hrmwh9c6vi"))))
     (build-system cargo-build-system)
-    (home-page "https://github.com/jwilm/vte";)
+    (home-page "https://github.com/alacritty/vte";)
     (synopsis "Table-driven UTF-8 parser")
     (description "This package provides a table-driven UTF-8 parser.")
     (license (list license:asl2.0 license:expat))))



reply via email to

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