guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: rust-grep-regex-0.1: Update to 0.1.9.


From: guix-commits
Subject: 03/12: gnu: rust-grep-regex-0.1: Update to 0.1.9.
Date: Sat, 12 Jun 2021 18:38:54 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 250cba79aa05a843dc602341c974915f3b7f8d3a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 13 00:11:27 2021 +0200

    gnu: rust-grep-regex-0.1: Update to 0.1.9.
    
    * gnu/packages/crates-io.scm (rust-grep-regex-0.1): Update to 0.1.9.
---
 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 b4ebe6f..6686f41 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18166,7 +18166,7 @@ standard printing of search results, similar to grep 
itself.")
 (define-public rust-grep-regex-0.1
   (package
     (name "rust-grep-regex")
-    (version "0.1.8")
+    (version "0.1.9")
     (source
      (origin
        (method url-fetch)
@@ -18175,7 +18175,7 @@ standard printing of search results, similar to grep 
itself.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1lm3mpp93m8qw6sgcqw64inadp0z061x3xb0pnn51684594mxfm7"))))
+         "01mx4xsrfp5hf8dpnvld1svs6i5dpg6xghigp4wkhdlcfv4m658j"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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