This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2b7aefcf2c gnu: eternalterminal: Update to 6.2.11.
2b7aefcf2c is described below
commit 2b7aefcf2c76b9289428c633886e86744fce05bb
Author: Aaron Covrig <[email protected]>
AuthorDate: Thu Jul 31 09:23:53 2025 -0400
gnu: eternalterminal: Update to 6.2.11.
* gnu/packages/terminals.scm (eternalterminal): Update to 6.2.11.
Change-Id: Ie94a66fb4b37566f7f4f7d972fa34e0dfd64b792
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/terminals.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index aa8aee0df2..c2a2e79998 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -1426,7 +1426,7 @@ comfortably in a pager or editor.
(define-public eternalterminal
(package
(name "eternalterminal")
- (version "6.2.4")
+ (version "6.2.11")
(source
(origin
(method git-fetch)
@@ -1435,7 +1435,7 @@ comfortably in a pager or editor.
(commit (string-append "et-v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "13vhr701j85ga37d53339bxgrf9fqa6z1zcp6s3ly5bb8p7lyvzm"))))
+ (base32 "1ik4kdw574l087yxck2clzwjmdacar8my3k2ih8dbn5m0djq4ybp"))))
(build-system cmake-build-system)
(arguments
'(#:configure-flags '("-DBUILD_TEST=ON" "-DDISABLE_VCPKG=1")))