me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-libxml-0.2.

* gnu/packages/crates-io.scm (rust-libxml-0.2): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Vinicius Monego 2021-09-18 16:13:13 +00:00 committed by Nicolas Goaziou
parent 7f0ccf82fa
commit 6acc69ca52
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 14 additions and 0 deletions

View File

@ -25597,6 +25597,20 @@ file.
C parser and toolkit developed for the GNOME project.")
(license license:expat)))
(define-public rust-libxml-0.2
(package
(inherit rust-libxml-0.3)
(name "rust-libxml")
(version "0.2.17")
(source
(origin
(method url-fetch)
(uri (crate-uri "libxml" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32 "1z567rqb55hxn0g7hpvcsh3nfvz9mdzlwk4mk179z9bkf7v10r29"))))))
(define-public rust-libz-sys-1
(package
(name "rust-libz-sys")