GNU bug report logs - #75914
[PATCH] gnu: pantheon-terminal: Update to 6.3.1

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#75914: closed ([PATCH] gnu: pantheon-terminal: Update to 6.3.1)
Date: Sun, 02 Feb 2025 06:35:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Sun, 02 Feb 2025 14:38:16 +0800
with message-id <87frkwrgvb.fsf <at> envs.net>
and subject line Re: [bug#75914] [PATCH] gnu: pantheon-terminal: Update to 6.3.1
has caused the debbugs.gnu.org bug report #75914,
regarding [PATCH] gnu: pantheon-terminal: Update to 6.3.1
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
75914: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75914
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: altadil <Altadil <at> protonmail.com>
To: guix-patches <at> gnu.org
Cc: altadil <altadil <at> protonmail.com>
Subject: [PATCH] gnu: pantheon-terminal: Update to 6.3.1
Date: Tue, 28 Jan 2025 17:33:16 +0000
* 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




[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: altadil <Altadil <at> protonmail.com>
Cc: 75914-done <at> debbugs.gnu.org
Subject: Re: [bug#75914] [PATCH] gnu: pantheon-terminal: Update to 6.3.1
Date: Sun, 02 Feb 2025 14:38:16 +0800
altadil <Altadil <at> protonmail.com> writes:

> * gnu/packages/pantheon.scm (pantheon-terminal): Update to 6.3.1;
> fix small typo in comment.
>

Pushed to master, thank you!


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.