GNU bug report logs - #78539
[PATCH 00/13] Add wlink to flashing-tools

Previous Next

Package: guix-patches;

Reported by: David Hoppenbrouwers <guix <at> demindiro.com>

Date: Wed, 21 May 2025 16:01:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Full log


Message #14 received at 78539 <at> debbugs.gnu.org (full text, mbox):

From: David Hoppenbrouwers <guix <at> demindiro.com>
To: 78539 <at> debbugs.gnu.org
Cc: David Hoppenbrouwers <guix <at> demindiro.com>
Subject: [PATCH 02/13] gnu: Add rust-nu-pretty-hex <at> 0.100
Date: Wed, 21 May 2025 18:19:44 +0200
Change-Id: I7b7fcb1cf85632ded933eeb0438a0a80495dbeef
---
 gnu/packages/crates-shell.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/crates-shell.scm b/gnu/packages/crates-shell.scm
index 6132f3a660..85d18fae8f 100644
--- a/gnu/packages/crates-shell.scm
+++ b/gnu/packages/crates-shell.scm
@@ -832,6 +832,19 @@ (define-public rust-nu-pretty-hex-0.101
      "This package provides pretty hex dump of bytes slice in the common style.")
     (license license:expat)))
 
+(define-public rust-nu-pretty-hex-0.100
+  (package
+    (inherit rust-nu-pretty-hex-0.101)
+    (name "rust-nu-pretty-hex")
+    (version "0.100.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "nu-pretty-hex" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1alqadx31r5gf914blrjaw93iqisnjx0p94z08mc7qbnpdjdncz7"))))))
+
 (define-public rust-nu-protocol-0.101
   (package
     (name "rust-nu-protocol")
-- 
2.49.0





This bug report was last modified 19 days ago.

Previous Next


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