guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: terminator: Update to 2.1.1.


From: guix-commits
Subject: 07/07: gnu: terminator: Update to 2.1.1.
Date: Sat, 3 Apr 2021 14:42:53 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 77038ad4f105c9ecee74fdd5c597f727a1956afd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Apr 3 20:40:28 2021 +0200

    gnu: terminator: Update to 2.1.1.
    
    * gnu/packages/gnome.scm (terminator): Update to 2.1.1.
---
 gnu/packages/gnome.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ed6d433..34f5078 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10895,7 +10895,7 @@ advanced image management tool")
 (define-public terminator
   (package
     (name "terminator")
-    (version "2.1.0")
+    (version "2.1.1")
     (source
      (origin
        (method url-fetch)
@@ -10903,8 +10903,7 @@ advanced image management tool")
                            "releases/download/v" version "/"
                            name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "1vap4li2i24l1iz2q4b8wvhj8flamarf18xcmzq5ik2vzcrisbjy"))))
+        (base32 "0xdgmam7ghnxw6g38a4gjw3kk3rhga8c66lns18k928jlr9fmddw"))))
     (build-system python-build-system)
     (native-inputs
      `(("gettext" ,gettext-minimal)



reply via email to

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