gnu: rust-concurrent-queue-1: Update to 1.2.4.

* gnu/packages/crates-io.scm (rust-concurrent-queue-1): Update to 1.2.4.

Change-Id: I22e1557b2edf08d6b28dacb293ffbabf5328aafb
This commit is contained in:
Efraim Flashner 2024-01-24 10:24:58 +02:00
parent 1ef5583569
commit 4e12e75ed9
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -12164,14 +12164,14 @@ (define-public rust-concurrent-queue-1
(package
(inherit rust-concurrent-queue-2)
(name "rust-concurrent-queue")
(version "1.2.2")
(version "1.2.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "concurrent-queue" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "18w6hblcjjk9d0my3657ra1zdj79gwfjmzvc0b3985g01dahgv9h"))))
(base32 "176v15an6f686c9m5br57al23d7z3xzm3542walnwsdm9aj80ixg"))))
(arguments
`(#:cargo-inputs
(("rust-cache-padded" ,rust-cache-padded-1))