guix-commits
[Top][All Lists]
Advanced

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

08/12: gnu: rust-grep-matcher-0.1: Update to 0.1.5.


From: guix-commits
Subject: 08/12: gnu: rust-grep-matcher-0.1: Update to 0.1.5.
Date: Sat, 12 Jun 2021 18:38:56 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d450ef9c6683b524b89d17d18c77e1aa929bbe5f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 13 00:16:38 2021 +0200

    gnu: rust-grep-matcher-0.1: Update to 0.1.5.
    
    * gnu/packages/crates-io.scm (rust-grep-matcher-0.1): Update to 0.1.5.
---
 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 0989e2b..942660c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18079,7 +18079,7 @@ loading crate.")
 (define-public rust-grep-matcher-0.1
   (package
     (name "rust-grep-matcher")
-    (version "0.1.4")
+    (version "0.1.5")
     (source
      (origin
        (method url-fetch)
@@ -18088,7 +18088,7 @@ loading crate.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0l4k9c0iw17vqw02z0wbx1nfj9h2xiiqx1px32lhhw7ibbyy3w7x"))))
+         "1k618qni7bgx9mvdp1kaznqjvn2gpgiasrmi0cqd6b066cy5c9vd"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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