guix-commits
[Top][All Lists]
Advanced

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

354/371: gnu: Add rust-dot-writer-0.1.


From: guix-commits
Subject: 354/371: gnu: Add rust-dot-writer-0.1.
Date: Thu, 25 May 2023 10:49:06 -0400 (EDT)

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

commit 299578c80bf8d61bcc00576bd78bb588e06eae6a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 17:56:41 2023 +0300

    gnu: Add rust-dot-writer-0.1.
    
    * gnu/packages/crates-io.scm (rust-dot-writer-0.1): New variable.
---
 gnu/packages/crates-io.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 8f6c917850..f16685566a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -19717,6 +19717,24 @@ non-persistent vector.")
 for graphs.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-dot-writer-0.1
+  (package
+    (name "rust-dot-writer")
+    (version "0.1.3")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "dot-writer" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0yjv36hr3klzq4bpzkkqp64s8479ssabr7zkdxn4163ybsyi26rx"))))
+    (build-system cargo-build-system)
+    (home-page "https://bitbucket.org/DrGabble/dot-writer";)
+    (synopsis "Library for writing the Graphviz DOT graph language")
+    (description
+     "This package provides a library for writing the Graphviz DOT graph 
language.")
+    (license license:expat)))
+
 (define-public rust-dotenv-0.15
   (package
     (name "rust-dotenv")



reply via email to

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