[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70461] [PATCH 10/10] gnu: gitui: Update to 0.26.1.
From: |
VÖRÖSKŐI András |
Subject: |
[bug#70461] [PATCH 10/10] gnu: gitui: Update to 0.26.1. |
Date: |
Thu, 18 Apr 2024 22:28:35 +0200 |
* gnu/packages/rust-apps.scm (gitui): Update to 0.26.1.
Change-Id: Ie3fa21bf9ce8d2ee78b48f38d8e67b66eb379fad
---
gnu/packages/rust-apps.scm | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 8da7b827e7..b6255ead83 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -735,14 +735,14 @@ (define-public fd
(define-public gitui
(package
(name "gitui")
- (version "0.25.2")
+ (version "0.26.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "gitui" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "19xv6bvp0hs1m5y8a0myifvh8xrxrv14wd4gknlsrka0l7d8ijg7"))))
+ (base32 "1b6w033w92gj2c9a16bxkf9pzld7kpzm359z8aphbz05bs26nwma"))))
(build-system cargo-build-system)
(arguments
`(;; disable vendor-openssl from default flags
@@ -769,7 +769,7 @@ (define-public gitui
"--no-default-features"
"--features" (string-join features))))))
#:cargo-inputs (("rust-anyhow" ,rust-anyhow-1)
- ("rust-asyncgit" ,rust-asyncgit-0.25)
+ ("rust-asyncgit" ,rust-asyncgit-0.26)
("rust-backtrace" ,rust-backtrace-0.3)
("rust-bitflags" ,rust-bitflags-2)
("rust-bugreport" ,rust-bugreport-0.5)
@@ -801,6 +801,7 @@ (define-public gitui
("rust-struct-patch" ,rust-struct-patch-0.4)
("rust-syntect" ,rust-syntect-5)
("rust-tui-textarea" ,rust-tui-textarea-0.4)
+ ("rust-two-face" ,rust-two-face-0.3)
("rust-unicode-segmentation"
,rust-unicode-segmentation-1)
("rust-unicode-truncate" ,rust-unicode-truncate-0.2)
("rust-unicode-width" ,rust-unicode-width-0.1)
@@ -808,7 +809,7 @@ (define-public gitui
#:cargo-development-inputs
(("rust-pretty-assertions" ,rust-pretty-assertions-1)
("rust-tempfile" ,rust-tempfile-3))))
- (native-inputs (list pkg-config))
+ (native-inputs (list pkg-config git-minimal))
(inputs (list libgit2-1.7 libssh2 openssl zlib))
(home-page "https://github.com/extrawurst/gitui";)
(synopsis "Terminal UI for git")
--
2.41.0
- [bug#70461] gitui-0.26.1, András Vöröskői, 2024/04/18
- [bug#70461] [PATCH 01/10] gnu: rust-rayon: Update to 1.10.0., VÖRÖSKŐI András, 2024/04/18
- [bug#70461] [PATCH 02/10] gnu: Add rust-bcrypt-pbkdf-0.10.0., VÖRÖSKŐI András, 2024/04/18
- [bug#70461] [PATCH 03/10] gnu: rust-primeorder: Update to 0.13.6., VÖRÖSKŐI András, 2024/04/18
- [bug#70461] [PATCH 04/10] gnu: Add rust-p521-0.13.3., VÖRÖSKŐI András, 2024/04/18
- [bug#70461] [PATCH 05/10] gnu: Add rust-ssh-encoding-0.2.0., VÖRÖSKŐI András, 2024/04/18
- [bug#70461] [PATCH 06/10] gnu: Add rust-ssh-cipher-0.2.0., VÖRÖSKŐI András, 2024/04/18
- [bug#70461] [PATCH 07/10] gnu: Add rust-ssh-key-0.6.6., VÖRÖSKŐI András, 2024/04/18
- [bug#70461] [PATCH 08/10] gnu: Add rust-asyncgit-0.26.0., VÖRÖSKŐI András, 2024/04/18
- [bug#70461] [PATCH 09/10] gnu: Add rust-two-face-0.3.0., VÖRÖSKŐI András, 2024/04/18
- [bug#70461] [PATCH 10/10] gnu: gitui: Update to 0.26.1.,
VÖRÖSKŐI András <=