mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: rust-redox-syscall-0.2: Update to 0.2.10.
* gnu/packages/crates-io.scm (rust-redox-syscall-0.2): Update to 0.2.10.
This commit is contained in:
parent
4041b530d3
commit
6ae830d900
1 changed files with 2 additions and 2 deletions
|
@ -47540,14 +47540,14 @@ (define-public rust-recycler-0.1
|
|||
(define-public rust-redox-syscall-0.2
|
||||
(package
|
||||
(name "rust-redox-syscall")
|
||||
(version "0.2.5")
|
||||
(version "0.2.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "redox_syscall" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1n878lpw577avdr5dzbkil02xwbx0a57mr2r3dcnnkz28i71wd4l"))))
|
||||
(base32 "1zq36bhw4c6xig340ja1jmr36iy0d3djp8smsabxx71676bg70w3"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue