guix-commits
[Top][All Lists]
Advanced

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

08/24: gnu: rust-aho-corasick-0.7: Update to 0.7.13.


From: guix-commits
Subject: 08/24: gnu: rust-aho-corasick-0.7: Update to 0.7.13.
Date: Wed, 24 Jun 2020 21:06:58 -0400 (EDT)

niedzejkob pushed a commit to branch master
in repository guix.

commit aac2184eba8d7d6d15ee15546d7165669d3343f0
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Wed Jun 24 19:49:01 2020 +0200

    gnu: rust-aho-corasick-0.7: Update to 0.7.13.
    
    * gnu/packages/crates-io.scm (rust-aho-corasick-0.7): Update to 0.7.13.
---
 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 a6541db..1868329 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -240,7 +240,7 @@ the Rust programming language.")
 (define-public rust-aho-corasick-0.7
   (package
     (name "rust-aho-corasick")
-    (version "0.7.10")
+    (version "0.7.13")
     (source
      (origin
        (method url-fetch)
@@ -249,7 +249,7 @@ the Rust programming language.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1nka9509afjgal6lpymn8w2lq11dmjwxs8yjcmzys966if5l05l7"))))
+         "11hfmqf90rdvjdpk0x1lixw1s9n08y3fxfy9zqsk0k2wpbc68c84"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs (("rust-memchr" ,rust-memchr-2.3))



reply via email to

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