unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67379] [PATCH 08/10] gnu: Add rust-hxdmp 0.2.1.
@ 2023-11-22 14:29 gravitydiv10 via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: gravitydiv10 via Guix-patches via @ 2023-11-22 14:29 UTC (permalink / raw)
  To: 67379; +Cc: gravitydiv10@protonmail.com

From b44565cd1849fa0f3a44b5dad20ed4f7f33a9917 Mon Sep 17 00:00:00 2001
Message-ID: <b44565cd1849fa0f3a44b5dad20ed4f7f33a9917.1700662237.git.gravitydiv10@protonmail.com>
In-Reply-To: <a61e0dec65d0b4c9f04dc5bc6bb4768d0ff170d9.1700662237.git.gravitydiv10@protonmail.com>
References: <a61e0dec65d0b4c9f04dc5bc6bb4768d0ff170d9.1700662237.git.gravitydiv10@protonmail.com>
From: Lu <gravitydiv10@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




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-22 14:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 14:29 [bug#67379] [PATCH 08/10] gnu: Add rust-hxdmp 0.2.1 gravitydiv10 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).