emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#39493: closed ([PATCH 3/8] gnu: rust-aho-corasick: Update to 0.7.8.)


From: GNU bug Tracking System
Subject: bug#39493: closed ([PATCH 3/8] gnu: rust-aho-corasick: Update to 0.7.8.)
Date: Sat, 08 Feb 2020 20:54:02 +0000

Your message dated Sat, 8 Feb 2020 22:52:57 +0200
with message-id <20200208205257.GC7230@E5400>
and subject line Re: [bug#39500] [PATCH 0/8] Update ripgrep to 11.0.2.
has caused the debbugs.gnu.org bug report #39500,
regarding [PATCH 3/8] gnu: rust-aho-corasick: Update to 0.7.8.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
39500: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39500
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 3/8] gnu: rust-aho-corasick: Update to 0.7.8. Date: Fri, 7 Feb 2020 22:23:18 +0100
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39500] [PATCH 0/8] Update ripgrep to 11.0.2. Date: Sat, 8 Feb 2020 22:52:57 +0200
On Fri, Feb 07, 2020 at 10:23:15PM +0100, Jakub Kądziołka wrote:
> This patchstack updates ripgrep and its closely-tied dependencies to the
> newest versions. #:skip-build? arguments are removed on the modified
> packages.
> 
> Fun fact: rust-regex* and rust-aho-corasick had mentioned some bugfixes
> in their changelog that could potentially be observed by the user.
> 
> All modified packages build after the commits that modify them, moreover
> everything in rust-apps.scm builds properly after the patchstack is
> applied.
> 
> Jakub Kądziołka (8):
>   gnu: rust-regex-syntax: Update to 0.6.14.
>   gnu: rust-regex: Update to 1.3.4.
>   gnu: rust-aho-corasick: Update to 0.7.8.
>   gnu: rust-grep-matcher: Update to 0.1.3.
>   gnu: rust-grep-regex: Update to 0.1.4.
>   gnu: rust-ignore: Update to 0.4.9.
>   gnu: ripgrep: Update to 11.0.2.
>   gnu: Remove rust-bstr-0.1.
> 
>  gnu/packages/crates-io.scm | 59 ++++++++++++--------------------------
>  gnu/packages/rust-apps.scm | 12 ++++----
>  2 files changed, 25 insertions(+), 46 deletions(-)

Thanks! I ended up skipping the commit to remove rust-bstr-0.1. It may
be that another package in the future wants it.

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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