guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: termite: Update to 14.


From: guix-commits
Subject: 08/09: gnu: termite: Update to 14.
Date: Wed, 21 Nov 2018 17:14:21 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit b344a3a9376f01c45985392f200c90a2526e8479
Author: Marius Bakke <address@hidden>
Date:   Wed Nov 21 23:01:38 2018 +0100

    gnu: termite: Update to 14.
    
    * gnu/packages/terminals.scm (termite): Update to 14.
---
 gnu/packages/terminals.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index 116377c..0f11fa6 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -104,7 +104,7 @@ configurable through a graphical wizard.")
 (define-public termite
   (package
     (name "termite")
-    (version "13")
+    (version "14")
     (source
       (origin
         (method git-fetch)
@@ -116,7 +116,7 @@ configurable through a graphical wizard.")
         (file-name (string-append name "-" version "-checkout"))
         (sha256
          (base32
-          "02cn70ygl93ghhkhs3xdxn5b1yadc255v3yp8cmhhyzsv5027hvj"))))
+          "0dmz9rpc2fdvcwhcmjnhb48ixn403gxpq03g334d1hgjw2hsyx7x"))))
     (build-system gnu-build-system)
     (arguments
       `(#:phases



reply via email to

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