mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: rust-redox-syscall-0.2: Update to 0.2.16.
* gnu/packages/crates-io.scm (rust-redox-syscall-0.2): Update to 0.2.16. Change-Id: I844fcb40a55f293dcf0316b46b2b264f48940655
This commit is contained in:
parent
e645e72e2a
commit
63b6ee7b71
1 changed files with 2 additions and 2 deletions
|
@ -51539,14 +51539,14 @@ (define-public rust-redox-syscall-0.2
|
|||
(package
|
||||
(inherit rust-redox-syscall-0.3)
|
||||
(name "rust-redox-syscall")
|
||||
(version "0.2.10")
|
||||
(version "0.2.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "redox_syscall" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1zq36bhw4c6xig340ja1jmr36iy0d3djp8smsabxx71676bg70w3"))))
|
||||
(base32 "16jicm96kjyzm802cxdd1k9jmcph0db1a4lhslcnhjsvhp0mhnpv"))))
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue