GNU bug report logs -
#76854
[PATCH 0/7] gnu: Add tmux-sessionizer plugin.
Previous Next
Reported by: Alex Bosco <me <at> alexbos.co>
Date: Sat, 8 Mar 2025 06:54:03 UTC
Severity: normal
Tags: patch
Done: Steve George <steve <at> futurile.net>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 76854 <at> debbugs.gnu.org (full text, mbox):
Change-Id: Ie57590ff356bef6609bbdce8eff96da46e94b7a5
Signed-off-by: Alex Bosco <me <at> alexbos.co>
---
gnu/packages/crates-io.scm | 19 ++++++++++++++++---
1 file changed, 16 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5cbe7f172d..6e5d63f534 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47944,17 +47944,17 @@ (define-public rust-nucleo-0.2
"This package provides plug and play high performance fuzzy matcher.")
(license license:mpl2.0)))
-(define-public rust-nucleo-matcher-0.2
+(define-public rust-nucleo-matcher-0.3
(package
(name "rust-nucleo-matcher")
- (version "0.2.0")
+ (version "0.3.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "nucleo-matcher" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0mxxz58acszkgxha4wy459fkcx6f8sh55d803wnid1p25x02nw0v"))))
+ (base32 "11dc5kfin1n561qdcg0x9aflvw876a8vldmqjhs5l6ixfcwgacxz"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-cov-mark" ,rust-cov-mark-1)
@@ -47967,6 +47967,19 @@ (define-public rust-nucleo-matcher-0.2
"This package provides plug and play high performance fuzzy matcher.")
(license license:mpl2.0)))
+(define-public rust-nucleo-matcher-0.2
+ (package
+ (inherit rust-nucleo-matcher-0.3)
+ (name "rust-nucleo-matcher")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "nucleo-matcher" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0mxxz58acszkgxha4wy459fkcx6f8sh55d803wnid1p25x02nw0v"))))))
+
(define-public rust-num-0.4
(package
(name "rust-num")
--
2.48.1
This bug report was last modified 47 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.