aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-12-31 15:46:13 +0200
committerEfraim Flashner <efraim@flashner.co.il>2025-01-06 12:22:05 +0200
commit04c8eead0cbb6fe79e856449cc025b1327cfe598 (patch)
tree4a5a85f6004232d7d66feb844378a4d453f1fd4a
parentb9e88f0da43871daddf8176304a04ebfaa694681 (diff)
downloadguix-04c8eead0cbb6fe79e856449cc025b1327cfe598.tar.gz
guix-04c8eead0cbb6fe79e856449cc025b1327cfe598.zip
gnu: Remove rust-roxmltree-0.14.
* gnu/packages/crates-io.scm (rust-roxmltree-0.14): Delete variable. Change-Id: Iaaa24995b6fd2afcbdc83cb364c18ccb425f7431
-rw-r--r--gnu/packages/crates-io.scm16
1 files changed, 0 insertions, 16 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 7db4ae93ee..1cdf2a82b4 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -65630,22 +65630,6 @@ can handle huge texts and memory-incoherent edits with ease.")
(arguments
`(#:cargo-inputs (("rust-xmlparser" ,rust-xmlparser-0.13))))))
-(define-public rust-roxmltree-0.14
- (package
- (inherit rust-roxmltree-0.19)
- (name "rust-roxmltree")
- (version "0.14.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "roxmltree" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "010mahzyarkzb7kaawgga1a9y46nsp209yh2i4g4pq98bg8afn5z"))))
- (arguments
- `(#:skip-build? #t
- #:cargo-inputs (("rust-xmlparser" ,rust-xmlparser-0.13))))))
-
(define-public rust-rpassword-7
(package
(name "rust-rpassword")