mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: rust-crossbeam-channel-0.5: Update to 0.5.6.
* gnu/packages/crates-io.scm (rust-crossbeam-channel-0.5): Update to 0.5.6.
This commit is contained in:
parent
f7a68436ed
commit
6814dc6cdc
1 changed files with 2 additions and 2 deletions
|
@ -14507,14 +14507,14 @@ (define-public rust-crossbeam-0.7
|
|||
(define-public rust-crossbeam-channel-0.5
|
||||
(package
|
||||
(name "rust-crossbeam-channel")
|
||||
(version "0.5.0")
|
||||
(version "0.5.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "crossbeam-channel" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0xfplw54pskl3kyf2q6kw8y2phnq6wn8pqxx003n8qfkz3hnx8nw"))))
|
||||
(base32 "08f5f043rljl82a06d1inda6nl2b030s7yfqp31ps8w8mzfh9pf2"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue