unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Jakub Kądziołka" <kuba@kadziolka.net>
To: 39493@debbugs.gnu.org
Subject: [bug#39493] [PATCH 3/8] gnu: rust-aho-corasick: Update to 0.7.8.
Date: Fri,  7 Feb 2020 22:23:18 +0100	[thread overview]
Message-ID: <20200207212323.30783-4-kuba@kadziolka.net> (raw)
In-Reply-To: <20200207212323.30783-1-kuba@kadziolka.net>

* gnu/packages/crates-io.scm (rust-aho-corasick-0.7): Update to 0.7.8.
  (rust-aho-corasick-0.7)[arguments]: Don't skip build.
---
 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 54db0a9862..128de60c90 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -138,7 +138,7 @@ Rust, using gimli.")
 (define-public rust-aho-corasick-0.7
   (package
     (name "rust-aho-corasick")
-    (version "0.7.6")
+    (version "0.7.8")
     (source
      (origin
        (method url-fetch)
@@ -147,11 +147,10 @@ Rust, using gimli.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0b8dh20fhdc59dhhnfi89n2bi80a8zbagzd5c122hf1vv2amxysq"))))
+         "048q5vr1qac4lf90z80lw8kcya6qmlxw857xhwxsssk832jdafkl"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs (("rust-memchr" ,rust-memchr-2.2))
+     `(#:cargo-inputs (("rust-memchr" ,rust-memchr-2.2))
        #:cargo-development-inputs
        (("rust-doc-comment" ,rust-doc-comment-0.3))))
     (home-page "https://github.com/BurntSushi/aho-corasick")
-- 
2.25.0

  parent reply	other threads:[~2020-02-07 21:24 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-07 21:23 [bug#39500] [PATCH 0/8] Update ripgrep to 11.0.2 Jakub Kądziołka
2020-02-07 21:23 ` [bug#39495] [PATCH 1/8] gnu: rust-regex-syntax: Update to 0.6.14 Jakub Kądziołka
2020-02-07 21:23 ` [bug#39492] [PATCH 2/8] gnu: rust-regex: Update to 1.3.4 Jakub Kądziołka
2020-02-07 21:23 ` Jakub Kądziołka [this message]
2020-02-07 21:23 ` [bug#39499] [PATCH 4/8] gnu: rust-grep-matcher: Update to 0.1.3 Jakub Kądziołka
2020-02-07 21:23 ` [bug#39494] [PATCH 5/8] gnu: rust-grep-regex: Update to 0.1.4 Jakub Kądziołka
2020-02-07 21:23 ` [bug#39497] [PATCH 6/8] gnu: rust-ignore: Update to 0.4.9 Jakub Kądziołka
2020-02-07 21:23 ` [bug#39498] [PATCH 7/8] gnu: ripgrep: Update to 11.0.2 Jakub Kądziołka
2020-02-07 21:23 ` [bug#39496] [PATCH 8/8] gnu: Remove rust-bstr-0.1 Jakub Kądziołka
2020-02-08 20:52 ` bug#39500: [PATCH 0/8] Update ripgrep to 11.0.2 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200207212323.30783-4-kuba@kadziolka.net \
    --to=kuba@kadziolka.net \
    --cc=39493@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).