GNU bug report logs - #75372
[PATCH 00/44] Add rust-bottom-0.10

Previous Next

Package: guix-patches;

Reported by: Divya Ranjan <divya <at> subvertising.org>

Date: Sun, 5 Jan 2025 07:02: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


View this message in rfc822 format

From: Divya Ranjan <divya <at> subvertising.org>
To: 75372 <at> debbugs.gnu.org
Cc: Divya Ranjan <divya <at> subvertising.org>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#75372] [PATCH 22/44] gnu: Add rust-nu-glob-0.88.
Date: Sun,  5 Jan 2025 07:03:58 +0000
* gnu/packages/crates-io.scm (rust-nu-glob-0.88): New variable.
---
 gnu/packages/crates-io.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 19a18e04fb..d973843120 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47310,6 +47310,26 @@ (define-public rust-nu-engine-0.88
     (description "This package provides Nushell's evaluation engine.")
     (license license:expat)))
 
+(define-public rust-nu-glob-0.88
+  (package
+    (name "rust-nu-glob")
+    (version "0.88.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "nu-glob" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1zb22s6d1x56h09jybwv2n5hfb9q7g39ngsy11s3a39yxqbf5ilg"))))
+    (build-system cargo-build-system)
+    (home-page "https://github.com/nushell/nushell/tree/main/crates/nu-glob")
+    (synopsis
+     "Fork of glob. Support for matching file paths against Unix shell style patterns.")
+    (description
+     "This package provides Fork of glob.  Support for matching file paths against Unix shell style
+patterns.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-nucleo-0.2
   (package
     (name "rust-nucleo")
-- 
2.47.1





This bug report was last modified 140 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.