mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: rust-libxml-0.2: Downgrade to 0.2.16.
Later versions of this crate were yanked by upstream. * gnu/packages/crates-io.scm (rust-libxml-0.2): Downgrade to 0.2.16. Change-Id: Idd983b479114cca756b584a2e953b7a8f573c4f3
This commit is contained in:
parent
3afcfd8183
commit
f16c17c64e
1 changed files with 3 additions and 4 deletions
|
@ -38588,15 +38588,14 @@ (define-public rust-libxml-0.2
|
|||
(package
|
||||
(inherit rust-libxml-0.3)
|
||||
(name "rust-libxml")
|
||||
(version "0.2.17")
|
||||
(version "0.2.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "libxml" version))
|
||||
(file-name
|
||||
(string-append name "-" version ".tar.gz"))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1z567rqb55hxn0g7hpvcsh3nfvz9mdzlwk4mk179z9bkf7v10r29"))))))
|
||||
(base32 "1xx1bsay6c0jy9vi7qcvliidya33lvbkxwpdfz9qmzl23f11xxxh"))))))
|
||||
|
||||
(define-public rust-libz-sys-1
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue