diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2024-01-28 13:42:53 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2024-02-20 13:58:32 +0200 |
commit | 8a310905c7f2f21964e409ea8836c1b443377d1f (patch) | |
tree | 74b8f3ef28037974b8ec5162f63e48256111e656 | |
parent | 8ae188574f0c1d055a7a66e777cba7ef323293ae (diff) |
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
-rw-r--r-- | gnu/packages/crates-io.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 0cf244455e..53a5da9e8c 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 |