guix-commits
[Top][All Lists]
Advanced

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

322/410: gnu: Remove rust-clircle-0.3.


From: guix-commits
Subject: 322/410: gnu: Remove rust-clircle-0.3.
Date: Tue, 31 Dec 2024 14:37:06 -0500 (EST)

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

commit 1853c7d5cac7b3917ecf107ec9f0262fd35308f3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 31 19:05:08 2024 +0200

    gnu: Remove rust-clircle-0.3.
    
    * gnu/packages/crates-io.scm (rust-clircle-0.3): Delete variable.
    
    Change-Id: Ie1fe1b58dc137b800455f819684d7b347ab84337
---
 gnu/packages/crates-io.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 594839e5ad..cea488fae8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13725,28 +13725,6 @@ a file (from a path) and for all three stdio streams, 
if they are piped from
 or to a file as well.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-clircle-0.3
-  (package
-    (inherit rust-clircle-0.4)
-    (name "rust-clircle")
-    (version "0.3.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "clircle" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "15p36klnsgjimfswi0mjc7wsh4b662v7gbfinh56ipk3bacbv2z6"))))
-    (arguments
-     `(#:cargo-inputs
-       (("rust-cfg-if" ,rust-cfg-if-1)
-        ("rust-libc" ,rust-libc-0.2)
-        ("rust-serde" ,rust-serde-1)
-        ("rust-winapi" ,rust-winapi-0.3))
-       #:cargo-development-inputs
-       (("rust-nix" ,rust-nix-0.19)
-        ("rust-tempfile" ,rust-tempfile-3))))))
-
 (define-public rust-close-fds-0.3
   (package
     (name "rust-close-fds")



reply via email to

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