mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: rust-redox-syscall-0.1: Update to 0.1.57.
* gnu/packages/crates-io.scm (rust-redox-syscall-0.1): Update to 0.1.57.
This commit is contained in:
parent
ff25829843
commit
4b09ac7be7
1 changed files with 2 additions and 2 deletions
|
@ -21051,7 +21051,7 @@ (define-public rust-recycler-0.1
|
|||
(define-public rust-redox-syscall-0.1
|
||||
(package
|
||||
(name "rust-redox-syscall")
|
||||
(version "0.1.56")
|
||||
(version "0.1.57")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -21059,7 +21059,7 @@ (define-public rust-redox-syscall-0.1
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"110y7dyfm2vci4x5vk7gr0q551dvp31npl99fnsx2fb17wzwcf94"))))
|
||||
"1kh59fpwy33w9nwd5iyc283yglq8pf2s41hnhvl48iax9mz0zk21"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments '(#:skip-build? #t))
|
||||
(home-page "https://gitlab.redox-os.org/redox-os/syscall")
|
||||
|
|
Loading…
Reference in a new issue