mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: Remove rust-dot-0.1.
* gnu/packages/crates-io.scm (rust-dot-0.1): Delete variable. Change-Id: I5a05c88680480134d8bec3d3d2cb87839231eed6
This commit is contained in:
parent
97bd17e20a
commit
1365e76799
1 changed files with 0 additions and 23 deletions
|
@ -18958,29 +18958,6 @@ (define-public rust-dogged-0.2
|
|||
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")
|
||||
|
|
Loading…
Reference in a new issue