me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-04-02 11:31:07 +03:00
parent 3afcfd8183
commit f16c17c64e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -38588,15 +38588,14 @@ C parser and toolkit developed for the GNOME project.")
(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