guix-commits
[Top][All Lists]
Advanced

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

97/154: gnu: Remove rust-drop-bomb-0.1.


From: guix-commits
Subject: 97/154: gnu: Remove rust-drop-bomb-0.1.
Date: Mon, 22 Jan 2024 15:36:59 -0500 (EST)

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

commit 18e89191a681753a7429a1c8f834ccf7d447c790
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:55:09 2024 +0200

    gnu: Remove rust-drop-bomb-0.1.
    
    * gnu/packages/crates-io.scm (rust-drop-bomb-0.1): Delete variable.
    
    Change-Id: I47491f444e091b144b474718760a764cf3793e7d
---
 gnu/packages/crates-io.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ae2fd64553..f30c590746 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19096,29 +19096,6 @@ Rust.")
     (description "Graphics state blocks for gfx-rs.")
     (license license:asl2.0)))
 
-(define-public rust-drop-bomb-0.1
-  (package
-    (name "rust-drop-bomb")
-    (version "0.1.5")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "drop_bomb" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "1qc59a53ngwxpnbvl8xidp2cmwrl671dhbzw7zijmjjaq0hqxnlv"))))
-    (build-system cargo-build-system)
-    (arguments `(#:skip-build? #t))
-    (home-page
-     "https://github.com/matklad/drop_bomb";)
-    (synopsis
-     "Runtime guard for implementing linear types")
-    (description
-     "This package provides a runtime guard for implementing linear types.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-dtoa-0.4
   (package
     (name "rust-dtoa")



reply via email to

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