summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraltadil <[email protected]>2025-01-28 17:33:16 +0000
committer宋文武 <[email protected]>2025-02-02 14:16:50 +0800
commitffe022d92f81313dd9e5a44b25b2775ff7a79ca1 (patch)
tree66288c593ab7138bb171c05ef4890458a0a22d26
parent26a50afec2dd7ff7148065023a5f38899c6014ff (diff)
gnu: pantheon-terminal: Update to 6.3.1.
* gnu/packages/pantheon.scm (pantheon-terminal): Update to 6.3.1. Fix typo in comment. Change-Id: I6424b134ae03491d12cf84216e790a840649556e Signed-off-by: 宋文武 <[email protected]>
-rw-r--r--gnu/packages/pantheon.scm6
1 files 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 @@ desktop environment (originally from elementary OS).")
(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 @@ desktop environment (originally from elementary OS).")
(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