GNU bug report logs - #67380
[PATCH 09/10] gnu: Add rust-bitfield 0.14.0.

Previous Next

Package: guix-patches;

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

Date: Wed, 22 Nov 2023 14:32:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67380 in the body.
You can then email your comments to 67380 AT debbugs.gnu.org in the normal way.

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#67380; Package guix-patches. (Wed, 22 Nov 2023 14:32:02 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:32:02 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 09/10] gnu: Add rust-bitfield 0.14.0.
Date: Wed, 22 Nov 2023 14:30:13 +0000
From c0bd5383e567832e9647f806eb60e3952b34840d Mon Sep 17 00:00:00 2001
Message-ID: <c0bd5383e567832e9647f806eb60e3952b34840d.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:07:28 +0800
Subject: [PATCH 09/10] gnu: Add rust-bitfield 0.14.0.

* gnu/packages/crates-io.scm (rust-bitfield-0.14): New variable.

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

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 33f9bc996a..7904795af6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8284,6 +8284,19 @@ (define-public rust-bitfield-0.13
      "This crate provides macros to generate bitfield-like struct.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-bitfield-0.14
+  (package
+    (inherit rust-bitfield-0.13)
+    (name "rust-bitfield")
+    (version "0.14.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "bitfield" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1b26k9acwss4qvrl60lf9n83l17d4hj47n5rmpd3iigf9j9n0zid"))))))
+
 (define-public rust-bitflags-2
   (package
     (name "rust-bitflags")
-- 
2.41.0




Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sun, 09 Mar 2025 18:08: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:08:02 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 67380-done <at> debbugs.gnu.org
Subject: Re: [bug#67380] [PATCH 09/10] gnu: Add rust-bitfield 0.14.0.
Date: Sun, 09 Mar 2025 19:06:43 +0100
> Subject: [PATCH 09/10] gnu: Add rust-bitfield 0.14.0.

Package already included. Closing.






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 07 Apr 2025 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 32 days ago.

Previous Next


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