guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: rust-memchr-2.2: Update to 2.2.1.


From: guix-commits
Subject: 01/08: gnu: rust-memchr-2.2: Update to 2.2.1.
Date: Mon, 20 Jan 2020 10:55:08 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 2157f749ec6d52c1287032da383dd1c4d9b9d61d
Author: John Soo <address@hidden>
AuthorDate: Wed Jan 15 09:44:45 2020 -0800

    gnu: rust-memchr-2.2: Update to 2.2.1.
    
    * gnu/packages/crates-io.scm (rust-memchr-2.2): Update to 2.2.1.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 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 a65207e..dc35887 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -5525,7 +5525,7 @@ whether an expression matches a pattern.")
 (define-public rust-memchr-2.2
   (package
     (name "rust-memchr")
-    (version "2.2.0")
+    (version "2.2.1")
     (source
      (origin
        (method url-fetch)
@@ -5534,7 +5534,7 @@ whether an expression matches a pattern.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0f8wdra7yaggsr4jzlrvpd8yknnqhd990iijdr6llgc8gk2ppz1f"))))
+         "13j6ji9x9ydpi9grbss106gqqr3xn3bcfp28aydqfa4751qrfmw8"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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