guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

84/154: gnu: Remove rust-bitfield-0.13.


From: guix-commits
Subject: 84/154: gnu: Remove rust-bitfield-0.13.
Date: Mon, 22 Jan 2024 15:36:50 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit eb9889e4114c632c57cb647f60575d2bf8cf57ff
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:47:19 2024 +0200

    gnu: Remove rust-bitfield-0.13.
    
    * gnu/packages/crates-io.scm (rust-bitfield-0.13): Delete variable.
    
    Change-Id: Id6bb98fe6a63aa3cbe96b592d29360de06dc0671
---
 gnu/packages/crates-io.scm | 19 -------------------
 1 file changed, 19 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4a56929c22..1fcf0f5143 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -6122,25 +6122,6 @@ types.")
 @code{rust-bitcoin}.")
     (license license:cc0)))
 
-(define-public rust-bitfield-0.13
-  (package
-    (name "rust-bitfield")
-    (version "0.13.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "bitfield" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "06g7jb5r2b856vnhx76081fg90jvmy61kjqcfjysgmd5hclvvbs6"))))
-    (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
-    (home-page "https://github.com/dzamlo/rust-bitfield";)
-    (synopsis "Macros to generate bitfield-like struct")
-    (description
-     "This crate provides macros to generate bitfield-like struct.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-bitflags-2
   (package
     (name "rust-bitflags")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]