GNU bug report logs -
#72021
[PATCH 00/38] gnu: Add ouch.
Previous Next
Reported by: Wilko Meyer <w <at> wmeyer.eu>
Date: Tue, 9 Jul 2024 23:36:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #86 received at 72021 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-memchr-2): Update to 2.7.4.
[home-page]: Update URL.
Change-Id: If9ebd0b20db8a295fbfab11e82e5969d2d41e7de
---
gnu/packages/crates-io.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 56ada98781..7e35fe9cc3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -41668,14 +41668,14 @@ (define-public rust-maybe-uninit-2
(define-public rust-memchr-2
(package
(name "rust-memchr")
- (version "2.7.1")
+ (version "2.7.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "memchr" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0jf1kicqa4vs9lyzj4v4y1p90q0dh87hvhsdd5xvhnp527sw8gaj"))))
+ (base32 "18z32bhxrax0fnjikv475z7ii718hq457qwmaryixfxsl2qrmjkq"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@@ -41684,7 +41684,7 @@ (define-public rust-memchr-2
("rust-rustc-std-workspace-core" ,rust-rustc-std-workspace-core-1))
#:cargo-development-inputs
(("rust-quickcheck" ,rust-quickcheck-1))))
- (home-page "https://github.com/BurntSushi/rust-memchr")
+ (home-page "https://github.com/BurntSushi/memchr")
(synopsis "Safe interface to memchr")
(description "The @code{memchr} crate provides heavily optimized routines
for searching bytes.")
--
2.41.0
This bug report was last modified 185 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.