GNU bug report logs -
#75914
[PATCH] gnu: pantheon-terminal: Update to 6.3.1
Previous Next
Reported by: altadil <Altadil <at> protonmail.com>
Date: Tue, 28 Jan 2025 17:34:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/pantheon.scm (pantheon-terminal): Update to 6.3.1;
fix small typo in comment.
Change-Id: I6424b134ae03491d12cf84216e790a840649556e
---
Built and tested on x86_64-linux. Does not build on aarch64 because
of a dependency’s build failure.
gnu/packages/pantheon.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/pantheon.scm b/gnu/packages/pantheon.scm
index 9268aff292..62187d8c89 100644
--- a/gnu/packages/pantheon.scm
+++ b/gnu/packages/pantheon.scm
@@ -283,7 +283,7 @@ (define-public pantheon-stylesheet
(define-public pantheon-terminal
(package
(name "pantheon-terminal")
- (version "6.1.2")
+ (version "6.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -292,11 +292,11 @@ (define-public pantheon-terminal
(file-name (git-file-name name version))
(sha256
(base32
- "0x3gzghnfx4a1q2zhra4dysc0pm1zvlfdxj96qhfb627pz16iv4k"))))
+ "142nwx2jc7ks529dk8dqhgs39gdqh6bc7gv9b10qdfm81bwqjkjv"))))
(build-system meson-build-system)
(arguments
(list
- #:tests? #f ; Tests invole launching the terminal.
+ #:tests? #f ; Tests involve launching the terminal.
#:glib-or-gtk? #t
#:phases
#~(modify-phases %standard-phases
--
2.47.1
This bug report was last modified 108 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.