summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2018-11-21 22:59:27 +0100
committerMarius Bakke <mbakke@fastmail.com>2018-11-21 22:59:27 +0100
commitb069c30b52c7c9e2609d3a2f93cc561119932d0d (patch)
tree66ec128a44015668f2bb49be6200f3ec9cf0df38 /gnu
parent6bc00737b067617481ca207fc8e6aaa6fe441b3a (diff)
downloadguix-patches-b069c30b52c7c9e2609d3a2f93cc561119932d0d.tar
guix-patches-b069c30b52c7c9e2609d3a2f93cc561119932d0d.tar.gz
gnu: vte-ng: Update to 0.54.2.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.54.2.a.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 692e3dedef..06ec28b342 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2115,7 +2115,7 @@ editors, IDEs, etc.")
(package
(inherit vte)
(name "vte-ng")
- (version "0.52.2.a")
+ (version "0.54.2.a")
(home-page "https://github.com/thestinger/vte-ng")
(source (origin
(method git-fetch)
@@ -2123,7 +2123,7 @@ editors, IDEs, etc.")
(file-name (git-file-name name version))
(sha256
(base32
- "1csmjrw3c2avh711xcrn3khqwp4cwz97c3fmyirq2rg0hndng4s3"))))
+ "1r7d9m07cpdr4f7rw3yx33hmp4jmsk0dn5byq5wgksb2qjbc4ags"))))
(native-inputs
`(("gtk-doc" ,gtk-doc)
("gperf" ,gperf)