guix-commits
[Top][All Lists]
Advanced

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

06/15: gnu: rust-redox-syscall-0.2: Update to 0.2.16.


From: guix-commits
Subject: 06/15: gnu: rust-redox-syscall-0.2: Update to 0.2.16.
Date: Sun, 28 Jan 2024 08:34:45 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 8457dae17b6dbd2316930e326f3e762f3d2d4638
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 28 13:54:48 2024 +0200

    gnu: rust-redox-syscall-0.2: Update to 0.2.16.
    
    * gnu/packages/crates-io.scm (rust-redox-syscall-0.2): Update to 0.2.16.
    
    Change-Id: I844fcb40a55f293dcf0316b46b2b264f48940655
---
 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 b007b1434a..643b963195 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -51539,14 +51539,14 @@ owned memory.")
   (package
     (inherit rust-redox-syscall-0.3)
     (name "rust-redox-syscall")
-    (version "0.2.10")
+    (version "0.2.16")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "redox_syscall" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1zq36bhw4c6xig340ja1jmr36iy0d3djp8smsabxx71676bg70w3"))))
+        (base32 "16jicm96kjyzm802cxdd1k9jmcph0db1a4lhslcnhjsvhp0mhnpv"))))
     (arguments
      `(#:skip-build? #t
        #:cargo-inputs



reply via email to

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