guix-commits
[Top][All Lists]
Advanced

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

154/187: gnu: Remove rust-fragile-0.3.


From: guix-commits
Subject: 154/187: gnu: Remove rust-fragile-0.3.
Date: Mon, 24 Oct 2022 10:58:30 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7bb75bcd96c79743f3b6a9dc326c2a9e9b501c41
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 24 17:28:57 2022 +0300

    gnu: Remove rust-fragile-0.3.
    
    * gnu/packages/crates-io.scm (rust-fragile-0.3): Delete variable.
---
 gnu/packages/crates-io.scm | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7b9cce1e08..26feb8113e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21520,21 +21520,6 @@ syntax, as used by HTML forms.")
 values to other threads.")
     (license license:asl2.0)))
 
-(define-public rust-fragile-0.3
-  (package
-    (inherit rust-fragile-1)
-    (name "rust-fragile")
-    (version "0.3.0")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (crate-uri "fragile" version))
-        (file-name
-         (string-append name "-" version ".tar.gz"))
-        (sha256
-         (base32
-          "1yf2hmkw52x2dva3c9km1x8c2z5kwby7qqn8kz5ms3gs480i9y05"))))))
-
 (define-public rust-freetype-0.7
   (package
     (name "rust-freetype")



reply via email to

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