GNU bug report logs -
#67379
[PATCH 08/10] gnu: Add rust-hxdmp 0.2.1.
Previous Next
To reply to this bug, email your comments to 67379 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67379
; Package
guix-patches
.
(Wed, 22 Nov 2023 14:31:07 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
gravitydiv10 <gravitydiv10 <at> protonmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 22 Nov 2023 14:31:07 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From b44565cd1849fa0f3a44b5dad20ed4f7f33a9917 Mon Sep 17 00:00:00 2001
Message-ID: <b44565cd1849fa0f3a44b5dad20ed4f7f33a9917.1700662237.git.gravitydiv10 <at> protonmail.com>
In-Reply-To: <a61e0dec65d0b4c9f04dc5bc6bb4768d0ff170d9.1700662237.git.gravitydiv10 <at> protonmail.com>
References: <a61e0dec65d0b4c9f04dc5bc6bb4768d0ff170d9.1700662237.git.gravitydiv10 <at> protonmail.com>
From: Lu <gravitydiv10 <at> protonmail.com>
Date: Wed, 22 Nov 2023 22:05:02 +0800
Subject: [PATCH 08/10] gnu: Add rust-hxdmp 0.2.1.
* gnu/packages/crates-io.scm (rust-hxdmp-0.2): New variable.
Change-Id: Iec9ab6f130dcfd3681e9b32da197955b47b0eaa2
---
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 f74fc6d19c..33f9bc996a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -32189,6 +32189,26 @@ (define-public rust-hts-sys-2
(description "This library provides Rust bindings to HTSlib.")
(license license:expat)))
+(define-public rust-hxdmp-0.2
+ (package
+ (name "rust-hxdmp")
+ (version "0.2.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "hxdmp" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1c66j4z423w2lc3iqzzbg10y8ip58i90lpx7mimq8rklibr2fyx1"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build? #t))
+ (home-page "https://github.com/rustyhorde/hxdmp")
+ (synopsis "A small utility to create hexdump output from byte slices")
+ (description
+ "This package provides a small utility to create hexdump output from byte slices")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-kuchiki-0.8
(package
(name "rust-kuchiki")
--
2.41.0
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 09 Mar 2025 18:02:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
gravitydiv10 <gravitydiv10 <at> protonmail.com>
:
bug acknowledged by developer.
(Sun, 09 Mar 2025 18:02:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 67379-done <at> debbugs.gnu.org (full text, mbox):
Hello,
gravitydiv10 <gravitydiv10 <at> protonmail.com> writes:
> Subject: [PATCH 08/10] gnu: Add rust-hxdmp 0.2.1.
Applied without the "skip-build" part. Thank you.
Regards,
--
Nicolas Goaziou
This bug report was last modified 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.