guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/19: gnu: terminator: Update to 2.1.3


From: guix-commits
Subject: 15/19: gnu: terminator: Update to 2.1.3
Date: Fri, 21 Apr 2023 04:56:54 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 482196a85533983fa01ebbd2df3bcaff1592a311
Author: Andy Tai <atai@atai.org>
AuthorDate: Fri Apr 14 07:54:28 2023 -0700

    gnu: terminator: Update to 2.1.3
    
    * gnu/packages/gnome.scm (terminator): Update to 2.1.3
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 fe8e504442..2cb087c987 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12016,7 +12016,7 @@ advanced image management tool")
 (define-public terminator
   (package
     (name "terminator")
-    (version "2.1.2")
+    (version "2.1.3")
     (source
      (origin
        (method url-fetch)
@@ -12024,7 +12024,7 @@ advanced image management tool")
                            "releases/download/v" version "/"
                            name "-" version ".tar.gz"))
        (sha256
-        (base32 "10shpn8id7z43d4dpx16x76mgxnk4mr976j5cg28icjiiaidyfc2"))))
+        (base32 "1rbarn9pq3g8k13clxiy0d62g0fxhkg5bcxw2h626wkb7lzr9s8a"))))
     (build-system python-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]