mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
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:
parent
1ef5583569
commit
4e12e75ed9
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue