mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: Remove rust-crunchy-0.1.
* gnu/packages/crates-io.scm (rust-crunchy-0.1): Delete variable.
This commit is contained in:
parent
0b3a1ff08b
commit
e2e4aa7657
1 changed files with 0 additions and 13 deletions
|
@ -14796,19 +14796,6 @@ (define-public rust-crunchy-0.2
|
||||||
number ``crunching``.")
|
number ``crunching``.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-crunchy-0.1
|
|
||||||
(package
|
|
||||||
(inherit rust-crunchy-0.2)
|
|
||||||
(name "rust-crunchy")
|
|
||||||
(version "0.1.6")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "crunchy" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "1nnbh2k3pv1diyd0i0p3a08kd4afqc17yz0b43hn5xn9qlqs9x52"))))))
|
|
||||||
|
|
||||||
(define-public rust-roxmltree-0.14
|
(define-public rust-roxmltree-0.14
|
||||||
(package
|
(package
|
||||||
(name "rust-roxmltree")
|
(name "rust-roxmltree")
|
||||||
|
|
Loading…
Reference in a new issue