all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andy Tai <atai@atai.org>
To: 71330@debbugs.gnu.org
Cc: Andy Tai <atai@atai.org>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>,
	Maxim Cournoyer <maxim.cournoyer@gmail.com>,
	Vivien Kraus <vivien@planete-kraus.eu>
Subject: [bug#71330] [PATCH] gnu: terminator: Update to 2.1.4.
Date: Sun,  2 Jun 2024 22:23:40 -0700	[thread overview]
Message-ID: <56042215528af3c0f7ef232c10ee6d0157f4065e.1717362346.git.atai@atai.org> (raw)

* gnu/packages/gnome.scm (terminator): Update to 2.1.4.

Change-Id: I84372d73a999dc26dbd337b221f94aab75c97c22
---
 gnu/packages/gnome.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 30d87e2b6c..b9676ffd57 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12141,7 +12141,7 @@ (define-public gthumb
 (define-public terminator
   (package
     (name "terminator")
-    (version "2.1.3")
+    (version "2.1.4")
     (source
      (origin
        (method url-fetch)
@@ -12149,7 +12149,7 @@ (define-public terminator
                            "releases/download/v" version "/"
                            name "-" version ".tar.gz"))
        (sha256
-        (base32 "1rbarn9pq3g8k13clxiy0d62g0fxhkg5bcxw2h626wkb7lzr9s8a"))))
+        (base32 "1s65y2yjrigbvqzgxvwr8pj199199bx7m0nhf7g1vrk2x3nb09xg"))))
     (build-system python-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)

base-commit: 2e53fa5346bf52f6d6d26e035bc905ebd410dabb
-- 
2.45.1





             reply	other threads:[~2024-06-03  5:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-03  5:23 Andy Tai [this message]
2024-06-06 19:53 ` bug#71330: [PATCH] gnu: terminator: Update to 2.1.4 Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56042215528af3c0f7ef232c10ee6d0157f4065e.1717362346.git.atai@atai.org \
    --to=atai@atai.org \
    --cc=71330@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.