guix-commits
[Top][All Lists]
Advanced

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

96/154: gnu: Remove rust-dot-0.1.


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

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

commit 309557ea3cbcd575aa5a2dac63f5104b1e6747e1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 21:54:44 2024 +0200

    gnu: Remove rust-dot-0.1.
    
    * gnu/packages/crates-io.scm (rust-dot-0.1): Delete variable.
    
    Change-Id: I5a05c88680480134d8bec3d3d2cb87839231eed6
---
 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 10a2b3d290..ae2fd64553 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -18958,29 +18958,6 @@ O(1)-in-practice, if not in theory, but obviously not 
as fast as a
 non-persistent vector.")
     (license (list license:asl2.0 license:expat))))
 
-(define-public rust-dot-0.1
-  (package
-    (name "rust-dot")
-    (version "0.1.4")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "dot" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32
-         "01jr7px6anh3yasz8cbbr9ij989gnwb3qdk4852mzzqw996nqjx7"))))
-    (build-system cargo-build-system)
-    (home-page
-     "https://github.com/GrahamDennis/dot-rust";)
-    (synopsis
-     "Library for generating Graphviz DOT language files for graphs")
-    (description
-     "This package provides a library for generating Graphviz DOT language 
files
-for graphs.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-dot-writer-0.1
   (package
     (name "rust-dot-writer")



reply via email to

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