mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: rust-sxd-xpath-0.4: Order alphabetically.
* gnu/packages/crates-io.scm (rust-sxd-xpath-0.4): Order. Change-Id: I022c02f30bc4a5a0f1e1a94dd66f73a4e6f03fb7 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
88df1f843e
commit
137b1c18c3
1 changed files with 23 additions and 23 deletions
|
@ -83160,29 +83160,6 @@ (define-public rust-sxd-document-0.3
|
|||
(description "This package provides a Rust XML DOM library.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-sxd-xpath-0.4
|
||||
(package
|
||||
(name "rust-sxd-xpath")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "sxd-xpath" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1sin3g8lzans065gjcwrpm7gdpwdpdg4rpi91rlvb1q8sfjrvqrn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-peresil" ,rust-peresil-0.3)
|
||||
("rust-quick-error" ,rust-quick-error-1)
|
||||
("rust-sxd-document" ,rust-sxd-document-0.3))))
|
||||
(home-page "https://github.com/shepmaster/sxd-xpath")
|
||||
(synopsis "Rust XML XPath library")
|
||||
(description "This package provides a Rust XML XPath library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-swaybar-types-3
|
||||
(package
|
||||
(name "rust-swaybar-types")
|
||||
|
@ -83318,6 +83295,29 @@ (define-public rust-swayipc-types-1
|
|||
sway's IPC interface.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public rust-sxd-xpath-0.4
|
||||
(package
|
||||
(name "rust-sxd-xpath")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "sxd-xpath" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1sin3g8lzans065gjcwrpm7gdpwdpdg4rpi91rlvb1q8sfjrvqrn"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
(("rust-peresil" ,rust-peresil-0.3)
|
||||
("rust-quick-error" ,rust-quick-error-1)
|
||||
("rust-sxd-document" ,rust-sxd-document-0.3))))
|
||||
(home-page "https://github.com/shepmaster/sxd-xpath")
|
||||
(synopsis "Rust XML XPath library")
|
||||
(description "This package provides a Rust XML XPath library.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-symbolic-common-12
|
||||
(package
|
||||
(name "rust-symbolic-common")
|
||||
|
|
Loading…
Reference in a new issue