diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 07:34:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-15 11:00:13 +0200 |
commit | 730ad095373b006f515131d984590daf95b75f6a (patch) | |
tree | 9ebaae658f313d23fc0ec4c6b20e23d275290342 /gnu/packages | |
parent | edb4265e8a6eff742b2c654d2714aee827573401 (diff) | |
download | patches-730ad095373b006f515131d984590daf95b75f6a.tar patches-730ad095373b006f515131d984590daf95b75f6a.tar.gz |
gnu: meld: Update to 3.20.1.
* gnu/packages/patchutils.scm (meld): Update to 3.20.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/patchutils.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index ec669e2e23..f642f6a7d6 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 <bavier@member.fsf.org> ;;; Copyright © 2015, 2018 Leo Famulari <leo@famulari.name> -;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; 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) |