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 27/44] gnu: Add rust-nu-pretty-hex-0.88.
Date: Sun,  5 Jan 2025 07:04:03 +0000
* gnu/packages/crates-io.scm (rust-nu-pretty-hex-0.88): New variable.
---
 gnu/packages/crates-io.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1ef3c4bd39..d2cfd09633 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47424,6 +47424,27 @@ (define-public rust-nu-plugin-0.88
      "This package provides Functionality for building Nushell plugins.")
     (license license:expat)))
 
+(define-public rust-nu-pretty-hex-0.88
+  (package
+    (name "rust-nu-pretty-hex")
+    (version "0.88.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "nu-pretty-hex" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "12i534984736spygc21n9qn0mmparmpjlprpf9wgxrn9blncmjb0"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-nu-ansi-term" ,rust-nu-ansi-term-0.49))))
+    (home-page
+     "https://github.com/nushell/nushell/tree/main/crates/nu-pretty-hex")
+    (synopsis "Pretty hex dump of bytes slice in the common style")
+    (description
+     "This package provides Pretty hex dump of bytes slice in the common style.")
+    (license license:expat)))
+
 (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.