1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 17:10:37 +02:00

gnu: rust-xxhash-c-sys-0.8: Order alphabetically.

* gnu/packages/crates-io.scm (rust-xxhash-c-sys-0.8): Order.

Change-Id: Iebca896aa8fdc02a9e472029659533893732762e
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm
2024-12-24 22:26:39 +01:00
committed by Efraim Flashner
parent 802e7eeeb1
commit 07e5ff1fb6

View File

@@ -99616,6 +99616,26 @@ file into an in-memory tree structure.")
"This package provides fast pseudo-random number generators.")
(license license:expat)))
(define-public rust-xxhash-c-sys-0.8
(package
(name "rust-xxhash-c-sys")
(version "0.8.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "xxhash-c-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "13g8cy4w91nwmficbmkrqp40axpwidcna588gzxr47m0ld99jh6j"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-cc" ,rust-cc-1)
("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/DoumanAsh/xxhash-c-sys")
(synopsis "Bindings to xxhash")
(description "This package provides bindings to xxhash.")
(license license:boost1.0)))
(define-public rust-xxhash-rust-0.8
(package
(name "rust-xxhash-rust")
@@ -99640,26 +99660,6 @@ file into an in-memory tree structure.")
algorithm in Rust.")
(license license:boost1.0)))
(define-public rust-xxhash-c-sys-0.8
(package
(name "rust-xxhash-c-sys")
(version "0.8.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "xxhash-c-sys" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "13g8cy4w91nwmficbmkrqp40axpwidcna588gzxr47m0ld99jh6j"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-cc" ,rust-cc-1)
("rust-libc" ,rust-libc-0.2))))
(home-page "https://github.com/DoumanAsh/xxhash-c-sys")
(synopsis "Bindings to xxhash")
(description "This package provides bindings to xxhash.")
(license license:boost1.0)))
(define-public rust-xz-0.1
(package
(name "rust-xz")