guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/29: gnu: rust-redox-syscall-0.1: Update to 0.1.57.


From: guix-commits
Subject: 15/29: gnu: rust-redox-syscall-0.1: Update to 0.1.57.
Date: Mon, 5 Oct 2020 06:43:40 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 4b09ac7be758cd491d8ceaf11479523eef2bcb2b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 5 09:31:50 2020 +0300

    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.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2827209..add4a00 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]