aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-05-01 18:28:31 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-05-01 22:15:02 +0200
commit14da3daafc8dd92fdabd3367694c930440fd72cb (patch)
treef3d9f6ceade679dc6b2c91160d80888df636c989
parent03c59a25250df33459a91add0e3f10abcba1f8d9 (diff)
downloadguix-14da3daafc8dd92fdabd3367694c930440fd72cb.tar
guix-14da3daafc8dd92fdabd3367694c930440fd72cb.tar.gz
gnu: termite: Update to 15.
* gnu/packages/terminals.scm (termite): Update to 15.
-rw-r--r--gnu/packages/terminals.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/terminals.scm b/gnu/packages/terminals.scm
index d0531b0c14..a3ea05538b 100644
--- a/gnu/packages/terminals.scm
+++ b/gnu/packages/terminals.scm
@@ -115,7 +115,7 @@ configurable through a graphical wizard.")
(define-public termite
(package
(name "termite")
- (version "14")
+ (version "15")
(source
(origin
(method git-fetch)
@@ -127,7 +127,7 @@ configurable through a graphical wizard.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
- "0dmz9rpc2fdvcwhcmjnhb48ixn403gxpq03g334d1hgjw2hsyx7x"))))
+ "0hp1x6lj098m3jgna274wv5dv60lnzg22297di68g4hw9djjyd2k"))))
(build-system gnu-build-system)
(arguments
`(#:phases