GNU bug report logs - #67378
[PATCH 07/10] gnu: Add rust-ihex 3.0.0

Previous Next

Package: guix-patches;

Reported by: gravitydiv10 <gravitydiv10 <at> protonmail.com>

Date: Wed, 22 Nov 2023 14:31:06 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

To reply to this bug, email your comments to 67378 AT debbugs.gnu.org.
There is no need to reopen the bug first.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67378; Package guix-patches. (Wed, 22 Nov 2023 14:31:06 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:06 GMT) Full text and rfc822 format available.

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

From: gravitydiv10 <gravitydiv10 <at> protonmail.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Cc: "gravitydiv10 <at> protonmail.com" <gravitydiv10 <at> protonmail.com>
Subject: [PATCH 07/10] gnu: Add rust-ihex 3.0.0
Date: Wed, 22 Nov 2023 14:27:33 +0000
From e959a0467aecbe8103e2bf0248270d41da202db6 Mon Sep 17 00:00:00 2001
Message-ID: <e959a0467aecbe8103e2bf0248270d41da202db6.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:01:55 +0800
Subject: [PATCH 07/10] gnu: Add rust-ihex 3.0.0

* gnu/packages/crates-io.scm (rust-ihex-3): New variable.

Change-Id: Icada28c0557d8d4a05ab7b11db438609642ca4a8
---
 gnu/packages/crates-io.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index abd2f3bd5f..f74fc6d19c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33475,6 +33475,29 @@ (define-public rust-ignore-0.4
 ignore files such as @file{.gitignore} against file paths.")
     (license (list license:unlicense license:expat))))
 
+(define-public rust-ihex-3
+  (package
+    (name "rust-ihex")
+    (version "3.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "ihex" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1wlzfyy5fsqgpki5vdapw0jjczqdm6813fgd3661wf5vfi3phnin"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t))
+    (home-page "http://github.com/martinmroz/ihex")
+    (synopsis
+     "Rust library for parsing and generating Intel HEX (or IHEX) objects")
+    (description
+     "This package provides a Rust library for parsing and generating Intel HEX (or
+IHEX) objects.  This format is commonly used for representing compiled program
+code and data to be loaded into a microcontroller, flash memory or ROM.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-im-rc-15
   (package
     (name "rust-im-rc")
-- 
2.41.0




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 09 Mar 2025 18:01:01 GMT) Full text and rfc822 format available.

Notification sent to gravitydiv10 <gravitydiv10 <at> protonmail.com>:
bug acknowledged by developer. (Sun, 09 Mar 2025 18:01:02 GMT) Full text and rfc822 format available.

Message #10 received at 67378-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: gravitydiv10 <gravitydiv10 <at> protonmail.com>
Cc: 67378-done <at> debbugs.gnu.org
Subject: Re: [bug#67378] [PATCH 07/10] gnu: Add rust-ihex 3.0.0
Date: Sun, 09 Mar 2025 19:00:12 +0100
Hello,

gravitydiv10 <gravitydiv10 <at> protonmail.com> writes:

> * gnu/packages/crates-io.scm (rust-ihex-3): New variable.

Thank you. I removed the "skip-build" part and applied your patch.

However I somehow failed to handle attribution correctly. Sorry about
that.

Regards,
-- 
Nicolas Goaziou






This bug report was last modified 26 days ago.

Previous Next


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