guix-commits
[Top][All Lists]
Advanced

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

12/137: gnu: rust-grep-matcher-0.1: Update to 0.1.7.


From: guix-commits
Subject: 12/137: gnu: rust-grep-matcher-0.1: Update to 0.1.7.
Date: Thu, 21 Dec 2023 04:25:58 -0500 (EST)

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

commit dab8db308bc826c848667fb56911a4b45a41cbfe
Author: Jaeme Sifat <jaeme@runbox.com>
AuthorDate: Sun Dec 10 18:06:47 2023 -0500

    gnu: rust-grep-matcher-0.1: Update to 0.1.7.
    
    * gnu/packages/crates-io.scm (rust-grep-matcher-0.1): Update to 0.1.7.
    
    Change-Id: I9cb95066535c129a93a15e49e378e50ee030c71e
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index dfdb516f0b..fe3dfd8dda 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33662,16 +33662,14 @@ applications.")
 (define-public rust-grep-matcher-0.1
   (package
     (name "rust-grep-matcher")
-    (version "0.1.5")
+    (version "0.1.7")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "grep-matcher" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "1k618qni7bgx9mvdp1kaznqjvn2gpgiasrmi0cqd6b066cy5c9vd"))))
+        (base32 "00mcjar5b6y1pwf0gjdywzgh1fnp6jl612n9qznwyfm420d198s7"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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