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
View this message in rfc822 format
Change-Id: I383c8c5ee7ca72f762a5bde9af9691fc5032835b
---
gnu/packages/crates-io.scm | 25 +++++++++++++++++++++----
1 file changed, 21 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 6e5d63f534..364957b199 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47922,20 +47922,20 @@ (define-public rust-ntex-bytes-0.1
(description "Types and traits for working with bytes (bytes crate fork)")
(license license:expat)))
-(define-public rust-nucleo-0.2
+(define-public rust-nucleo-0.5
(package
(name "rust-nucleo")
- (version "0.2.1")
+ (version "0.5.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "nucleo" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "1wzx32bz4n68dcd3yw57195sz49hdhv9b75jikr5qiyfpks32lxf"))))
+ (base32 "1m1rq0cp02hk31z7jsn2inqcpy9a1j8gfvxcqm32c74jji6ayqjj"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-inputs (("rust-nucleo-matcher" ,rust-nucleo-matcher-0.2)
+ `(#:cargo-inputs (("rust-nucleo-matcher" ,rust-nucleo-matcher-0.3)
("rust-parking-lot" ,rust-parking-lot-0.12)
("rust-rayon" ,rust-rayon-1))))
(home-page "https://github.com/helix-editor/nucleo")
@@ -47944,6 +47944,23 @@ (define-public rust-nucleo-0.2
"This package provides plug and play high performance fuzzy matcher.")
(license license:mpl2.0)))
+(define-public rust-nucleo-0.2
+ (package
+ (inherit rust-nucleo-0.5)
+ (name "rust-nucleo")
+ (version "0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "nucleo" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1wzx32bz4n68dcd3yw57195sz49hdhv9b75jikr5qiyfpks32lxf"))))
+ (arguments
+ `(#:cargo-inputs (("rust-nucleo-matcher" ,rust-nucleo-matcher-0.2)
+ ("rust-parking-lot" ,rust-parking-lot-0.12)
+ ("rust-rayon" ,rust-rayon-1))))))
+
(define-public rust-nucleo-matcher-0.3
(package
(name "rust-nucleo-matcher")
--
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.