nckx pushed a commit to branch master
in repository guix.
commit 730ad095373b006f515131d984590daf95b75f6a
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Mon Apr 15 07:34:18 2019 +0200
gnu: meld: Update to 3.20.1.
* gnu/packages/patchutils.scm (meld): Update to 3.20.1.
---
gnu/packages/patchutils.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index ec669e2..f642f6a 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2018 Eric Bavier <[email protected]>
;;; Copyright © 2015, 2018 Leo Famulari <[email protected]>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -248,7 +248,7 @@ GiB).")
(define-public meld
(package
(name "meld")
- (version "3.20.0")
+ (version "3.20.1")
(source
(origin
(method url-fetch)
@@ -256,8 +256,7 @@ GiB).")
(version-major+minor version)
"/meld-" version ".tar.xz"))
(sha256
- (base32
- "11khi1sg02k3b9qdag3r939cwi27cql4kjim7jhxf9ckfhpzwh6b"))))
+ (base32 "0jdj7kd6vj1mdc16gvrj1kar88b2j5875ajq18fx7cbc9ny46j55"))))
(build-system python-build-system)
(native-inputs
`(("intltool" ,intltool)