guix-commits
[Top][All Lists]
Advanced

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

01/15: gnu: rust-redox-termios: Update to 0.1.3.


From: guix-commits
Subject: 01/15: gnu: rust-redox-termios: Update to 0.1.3.
Date: Sun, 28 Jan 2024 08:34:43 -0500 (EST)

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

commit 5b144afe4813e2d7499c9e1ccb401b2fdc0d9c44
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Jan 28 13:42:53 2024 +0200

    gnu: rust-redox-termios: Update to 0.1.3.
    
    * gnu/packages/crates-io.scm (rust-redox-termios): Update to 0.1.3.
    [arguments]: Don't skip the build.
    [cargo-inputs]: Remove rust-redox-syscall-0.1.
    
    Change-Id: If8515bc351b0773a5a73a8846a8a7cab546be580
---
 gnu/packages/crates-io.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c910c00260..83a9c8ba62 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -51572,7 +51572,7 @@ owned memory.")
 (define-public rust-redox-termios-0.1
   (package
     (name "rust-redox-termios")
-    (version "0.1.1")
+    (version "0.1.3")
     (source
       (origin
         (method url-fetch)
@@ -51580,12 +51580,8 @@ owned memory.")
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
          (base32
-          "0xhgvdh62mymgdl3jqrngl8hr4i8xwpnbsxnldq0l47993z1r2by"))))
+          "1jzifsj7fqyksz4325l3azfzpyv027kjabf93zcmass3p9q5c510"))))
     (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-redox-syscall" ,rust-redox-syscall-0.1))))
     (home-page "https://github.com/redox-os/termios";)
     (synopsis "Rust library to access Redox termios functions")
     (description



reply via email to

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