mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Remove rust-pretty-0.5.
* gnu/packages/crates-io.scm (rust-pretty-0.5): Delete variable. Change-Id: I55242ec176975bd120299e81092d97961ca208bc
This commit is contained in:
parent
acf21a5d15
commit
4be224399b
1 changed files with 0 additions and 18 deletions
|
@ -57020,24 +57020,6 @@ (define-public rust-pretty-0.11
|
||||||
particularly useful for printing structured recursive data like trees.")
|
particularly useful for printing structured recursive data like trees.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-pretty-0.5
|
|
||||||
(package
|
|
||||||
(inherit rust-pretty-0.11)
|
|
||||||
(name "rust-pretty")
|
|
||||||
(version "0.5.2")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "pretty" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1lzn7d60l79vsdwcfgrh6jmk193nzwh1j36r8p9cv3n8dyghs37n"))))
|
|
||||||
(arguments
|
|
||||||
`(#:skip-build? #t
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-termcolor" ,rust-termcolor-0.3)
|
|
||||||
("rust-typed-arena" ,rust-typed-arena-1))))))
|
|
||||||
|
|
||||||
(define-public rust-pretty-assertions-1
|
(define-public rust-pretty-assertions-1
|
||||||
(package
|
(package
|
||||||
(name "rust-pretty-assertions")
|
(name "rust-pretty-assertions")
|
||||||
|
|
Loading…
Reference in a new issue