summaryrefslogtreecommitdiff
path: root/gnu/packages/patchutils.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-15 07:34:18 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-15 11:00:13 +0200
commit730ad095373b006f515131d984590daf95b75f6a (patch)
tree9ebaae658f313d23fc0ec4c6b20e23d275290342 /gnu/packages/patchutils.scm
parentedb4265e8a6eff742b2c654d2714aee827573401 (diff)
gnu: meld: Update to 3.20.1.
* gnu/packages/patchutils.scm (meld): Update to 3.20.1.
Diffstat (limited to 'gnu/packages/patchutils.scm')
-rw-r--r--gnu/packages/patchutils.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index ec669e2e23d..f642f6a7d68 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -1,7 +1,7 @@
1;;; GNU Guix --- Functional package management for GNU 1;;; GNU Guix --- Functional package management for GNU
2;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org> 2;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org>
3;;; Copyright © 2015, 2018 Leo Famulari <leo@famulari.name> 3;;; Copyright © 2015, 2018 Leo Famulari <leo@famulari.name>
4;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> 4;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
5;;; 5;;;
6;;; This file is part of GNU Guix. 6;;; This file is part of GNU Guix.
7;;; 7;;;
@@ -248,7 +248,7 @@ GiB).")
248(define-public meld 248(define-public meld
249 (package 249 (package
250 (name "meld") 250 (name "meld")
251 (version "3.20.0") 251 (version "3.20.1")
252 (source 252 (source
253 (origin 253 (origin
254 (method url-fetch) 254 (method url-fetch)
@@ -256,8 +256,7 @@ GiB).")
256 (version-major+minor version) 256 (version-major+minor version)
257 "/meld-" version ".tar.xz")) 257 "/meld-" version ".tar.xz"))
258 (sha256 258 (sha256
259 (base32 259 (base32 "0jdj7kd6vj1mdc16gvrj1kar88b2j5875ajq18fx7cbc9ny46j55"))))
260 "11khi1sg02k3b9qdag3r939cwi27cql4kjim7jhxf9ckfhpzwh6b"))))
261 (build-system python-build-system) 260 (build-system python-build-system)
262 (native-inputs 261 (native-inputs
263 `(("intltool" ,intltool) 262 `(("intltool" ,intltool)