diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-06-21 09:30:35 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2026-06-21 09:32:35 +0300 |
| commit | 4ee67c673fb7fb6d393f6cc1802e2f3e0b885fd4 (patch) | |
| tree | 5748b3086c668d3a22c5b787bfabfd28b9da9464 /gnu/packages/admin.scm | |
| parent | 8a2826e987a099f32e80b55e777b028b7e4fb6f1 (diff) | |
gnu: s-tui: Update to 1.4.0.
* gnu/packages/admin.scm (s-tui): Update to 1.4.0.
[native-inputs]: Add bash-minimal and python-pytest-mock.
[arguments]<#:phases>: Add "patch-/bin/sh" phase.
Change-Id: I6d9e5314899d567b3ca4054495e8bbd2a8f2aa03
Diffstat (limited to 'gnu/packages/admin.scm')
| -rw-r--r-- | gnu/packages/admin.scm | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 5e07cbf6aaa..9256fe55fb0 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm | |||
| @@ -2897,7 +2897,7 @@ development, not the kernel implementation of ACPI.") | |||
| 2897 | (define-public s-tui | 2897 | (define-public s-tui |
| 2898 | (package | 2898 | (package |
| 2899 | (name "s-tui") | 2899 | (name "s-tui") |
| 2900 | (version "1.3.0") | 2900 | (version "1.4.0") |
| 2901 | (source | 2901 | (source |
| 2902 | (origin | 2902 | (origin |
| 2903 | (method git-fetch) | 2903 | (method git-fetch) |
| @@ -2906,10 +2906,21 @@ development, not the kernel implementation of ACPI.") | |||
| 2906 | (commit (string-append "v" version)))) | 2906 | (commit (string-append "v" version)))) |
| 2907 | (file-name (git-file-name name version)) | 2907 | (file-name (git-file-name name version)) |
| 2908 | (sha256 | 2908 | (sha256 |
| 2909 | (base32 "0yqyndavlskzd0v0cby8v477ivyrpqxd58cn708y46yixz7r14h7")))) | 2909 | (base32 "1aj97xbdv01rsfjkn75g7y26knsyrw5nzr79x14vbixlnpgx6c1w")))) |
| 2910 | (build-system pyproject-build-system) | 2910 | (build-system pyproject-build-system) |
| 2911 | (arguments | ||
| 2912 | (list | ||
| 2913 | #:phases #~(modify-phases %standard-phases | ||
| 2914 | (add-after 'unpack 'patch-/bin/sh | ||
| 2915 | (lambda _ | ||
| 2916 | (substitute* (list "s_tui/sources/hook_script.py" | ||
| 2917 | "tests/test_hooks.py" | ||
| 2918 | "tests/test_helper_functions.py") | ||
| 2919 | (("/bin/sh") (which "sh")))))))) | ||
| 2911 | (native-inputs | 2920 | (native-inputs |
| 2912 | (list python-pytest | 2921 | (list bash-minimal |
| 2922 | python-pytest | ||
| 2923 | python-pytest-mock | ||
| 2913 | python-setuptools)) | 2924 | python-setuptools)) |
| 2914 | (inputs | 2925 | (inputs |
| 2915 | (list python-psutil | 2926 | (list python-psutil |
