mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-05 19:11:43 -05:00
gnu: rust-socket2-0.5: Update to 0.5.5.
* gnu/packages/crates-io.scm (rust-socket2-0.5): Update to 0.5.5. Change-Id: Ie76135474f88276dd5606bfc787eb1d4aab457e2 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
bd94e8ecaf
commit
d0aec1a63a
1 changed files with 2 additions and 2 deletions
|
@ -68195,14 +68195,14 @@ (define-public rust-snappy-cpp-0.1
|
|||
(define-public rust-socket2-0.5
|
||||
(package
|
||||
(name "rust-socket2")
|
||||
(version "0.5.4")
|
||||
(version "0.5.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "socket2" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "17lqx8w2b3nysrkdbdz8y7fkikz5v77c052q57lxwajmxchfhca0"))))
|
||||
(base32 "1sgq315f1njky114ip7wcy83qlphv9qclprfjwvxcpfblmcsqpvv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue