guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: terminator: Update to 2.1.2.


From: guix-commits
Subject: branch master updated: gnu: terminator: Update to 2.1.2.
Date: Sun, 29 Jan 2023 01:16:41 -0500

This is an automated email from the git hooks/post-receive script.

iyzsong pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 7b89ef185b gnu: terminator: Update to 2.1.2.
7b89ef185b is described below

commit 7b89ef185bd2ab093894aabf1db478f76989a2c3
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Sun Jan 29 14:14:41 2023 +0800

    gnu: terminator: Update to 2.1.2.
    
    From <https://issues.guix.gnu.org/59059> by Andy Tai.
    
    * gnu/packages/gnome.scm (terminator): Update to 2.1.2.
---
 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 956979c5d5..3212196065 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11932,7 +11932,7 @@ advanced image management tool")
 (define-public terminator
   (package
     (name "terminator")
-    (version "2.1.1")
+    (version "2.1.2")
     (source
      (origin
        (method url-fetch)
@@ -11940,7 +11940,7 @@ advanced image management tool")
                            "releases/download/v" version "/"
                            name "-" version ".tar.gz"))
        (sha256
-        (base32 "0xdgmam7ghnxw6g38a4gjw3kk3rhga8c66lns18k928jlr9fmddw"))))
+        (base32 "10shpn8id7z43d4dpx16x76mgxnk4mr976j5cg28icjiiaidyfc2"))))
     (build-system python-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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