guix-commits
[Top][All Lists]
Advanced

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

06/24: gnu: rust-grep-matcher-0.1: Update to 0.1.4.


From: guix-commits
Subject: 06/24: gnu: rust-grep-matcher-0.1: Update to 0.1.4.
Date: Wed, 24 Jun 2020 21:06:57 -0400 (EDT)

niedzejkob pushed a commit to branch master
in repository guix.

commit 1aabcf92224e41e3de88bcdc148e412316ab4fb4
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Wed Jun 24 19:45:05 2020 +0200

    gnu: rust-grep-matcher-0.1: Update to 0.1.4.
    
    * gnu/packages/crates-io.scm (rust-grep-matcher-0.1): Update to 0.1.4.
---
 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 41eb0c4..100c63d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -9209,7 +9209,7 @@ loading crate.")
 (define-public rust-grep-matcher-0.1
   (package
     (name "rust-grep-matcher")
-    (version "0.1.3")
+    (version "0.1.4")
     (source
      (origin
        (method url-fetch)
@@ -9218,7 +9218,7 @@ loading crate.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "113lafx3abrr96ahpz6yn905ian1w3qsr5hijbb909p2j0xgmhkm"))))
+         "0l4k9c0iw17vqw02z0wbx1nfj9h2xiiqx1px32lhhw7ibbyy3w7x"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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