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:
Efraim Flashner 2020-10-05 09:31:50 +03:00
parent ff25829843
commit 4b09ac7be7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")