guix-commits
[Top][All Lists]
Advanced

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

310/410: gnu: Remove rust-fragile-1.


From: guix-commits
Subject: 310/410: gnu: Remove rust-fragile-1.
Date: Tue, 31 Dec 2024 14:37:02 -0500 (EST)

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

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

    gnu: Remove rust-fragile-1.
    
    * gnu/packages/crates-io.scm (rust-fragile-1): Delete variable.
    
    Change-Id: I4db0e701e1cb5af29c9f09b5bfb62107793628a8
---
 gnu/packages/crates-io.scm | 14 --------------
 1 file changed, 14 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c76cad7dfc..f78114aa93 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -28006,20 +28006,6 @@ syntax, as used by HTML forms.")
 values to other threads.")
     (license license:asl2.0)))
 
-(define-public rust-fragile-1
-  (package
-    (inherit rust-fragile-2)
-    (name "rust-fragile")
-    (version "1.2.2")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "fragile" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1s2rz4cmmba5zi0gf2h6hprrcrf0wm83c1y45sdls09z99f4qimp"))))
-    (arguments `(#:cargo-inputs (("rust-fragile" ,rust-fragile-2))))))
-
 (define-public rust-freetype-0.7
   (package
     (name "rust-freetype")



reply via email to

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