mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: rust-byte-pool-0.2: Update to 0.2.4.
* gnu/packages/crates-io.scm (rust-byte-pool-0.2): Update to 0.2.4. [cargo-inputs]: Replace rust-crossbeam-deque-0.2 with 0.3. Change-Id: I4686e61043254a28b381cdb2bec43da741db6706
This commit is contained in:
parent
e96eafd320
commit
ad34010692
1 changed files with 3 additions and 3 deletions
|
@ -10640,18 +10640,18 @@ (define-public rust-by-address-1
|
|||
(define-public rust-byte-pool-0.2
|
||||
(package
|
||||
(name "rust-byte-pool")
|
||||
(version "0.2.2")
|
||||
(version "0.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "byte-pool" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0yh96ral0pni02bzm3fhvicp1ixz1hz3c5m03hsyq66mk61fjf0y"))))
|
||||
(base32 "0n3iibkqk5lyhwmxz0imwz1gsk4xbvs7q8m6xwjmc2zmi48v5wf2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-crossbeam-queue" ,rust-crossbeam-queue-0.2)
|
||||
(("rust-crossbeam-queue" ,rust-crossbeam-queue-0.3)
|
||||
("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))
|
||||
(home-page "https://crates.io/crates/byte-pool")
|
||||
(synopsis "Pool of byte slices, for efficient memory usage")
|
||||
|
|
Loading…
Reference in a new issue