aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-10-05 09:31:50 +0300
committerEfraim Flashner <efraim@flashner.co.il>2020-10-05 13:39:06 +0300
commit4b09ac7be758cd491d8ceaf11479523eef2bcb2b (patch)
tree233f53c127d04b5063d79e732b551a0f8f35aa04
parentff25829843f2551c3222a159d6afaeb4f78057ca (diff)
downloadguix-4b09ac7be758cd491d8ceaf11479523eef2bcb2b.tar
guix-4b09ac7be758cd491d8ceaf11479523eef2bcb2b.tar.gz
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.
-rw-r--r--gnu/packages/crates-io.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 28272097d3..add4a00ffd 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -21051,7 +21051,7 @@ owned memory.")
(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 @@ owned memory.")
(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")