all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: gravitydiv10 via Guix-patches via <guix-patches@gnu.org>
To: 67380@debbugs.gnu.org
Cc: "gravitydiv10@protonmail.com" <gravitydiv10@protonmail.com>
Subject: [bug#67380] [PATCH 09/10] gnu: Add rust-bitfield 0.14.0.
Date: Wed, 22 Nov 2023 14:30:13 +0000	[thread overview]
Message-ID: <PVSVgdajwusM8VSdH035nH7eoS0sc3lJLRsuumzWtUFlMomj05vD_SG8zASPWAYkQSTsM22cgHXraYg3aXafrwMv6RhqqBAsC4e6HqBMZqA=@protonmail.com> (raw)

From c0bd5383e567832e9647f806eb60e3952b34840d Mon Sep 17 00:00:00 2001
Message-ID: <c0bd5383e567832e9647f806eb60e3952b34840d.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: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	other threads:[~2023-11-22 14:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='PVSVgdajwusM8VSdH035nH7eoS0sc3lJLRsuumzWtUFlMomj05vD_SG8zASPWAYkQSTsM22cgHXraYg3aXafrwMv6RhqqBAsC4e6HqBMZqA=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=67380@debbugs.gnu.org \
    --cc=gravitydiv10@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.