guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: termite: Update to 13.


From: Marius Bakke
Subject: 06/06: gnu: termite: Update to 13.
Date: Mon, 18 Dec 2017 19:39:49 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 98bd11cfe7b931e9c6d6bf002a8a225fb7a1025b
Author: Marius Bakke <address@hidden>
Date:   Tue Dec 19 01:37:22 2017 +0100

    gnu: termite: Update to 13.
    
    * gnu/packages/terminals.scm (termite): Update to 13.
---
 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 2155118..68507cf 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -97,7 +97,7 @@ configurable through a graphical wizard.")
 (define-public termite
   (package
     (name "termite")
-    (version "12")
+    (version "13")
     (source
       (origin
         (method git-fetch)
@@ -109,7 +109,7 @@ configurable through a graphical wizard.")
         (file-name (string-append name "-" version "-checkout"))
         (sha256
          (base32
-          "0s6dyg3vcqk5qcx90bs24wdnd3p56rdjdcanx4pcxvp6ksjl61jz"))))
+          "02cn70ygl93ghhkhs3xdxn5b1yadc255v3yp8cmhhyzsv5027hvj"))))
     (build-system gnu-build-system)
     (arguments
       `(#:phases



reply via email to

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