diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 20:01:37 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-04 20:59:52 +0100 |
| commit | 8f55136a6ab20c0eab93f4abb3b64d655397b375 (patch) | |
| tree | f6b623c07fea952b9a0701058cdfc032990c41f1 /gnu/packages/patchutils.scm | |
| parent | b5544cb4d41922c846d3c09bf632f8bdadd3db08 (diff) | |
gnu: meld: Update to 3.20.2.
* gnu/packages/patchutils.scm (meld): Update to 3.20.2.
Diffstat (limited to 'gnu/packages/patchutils.scm')
| -rw-r--r-- | gnu/packages/patchutils.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm index e32e6c7b12a..e01ebe72ec3 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, 2019 Tobias Geerinckx-Rice <me@tobias.gr> | 4 | ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> |
| 5 | ;;; Copyright © 2019 Christopher Baines <mail@cbaines.net> | 5 | ;;; Copyright © 2019 Christopher Baines <mail@cbaines.net> |
| 6 | ;;; | 6 | ;;; |
| 7 | ;;; This file is part of GNU Guix. | 7 | ;;; This file is part of GNU Guix. |
| @@ -247,7 +247,7 @@ GiB).") | |||
| 247 | (define-public meld | 247 | (define-public meld |
| 248 | (package | 248 | (package |
| 249 | (name "meld") | 249 | (name "meld") |
| 250 | (version "3.20.1") | 250 | (version "3.20.2") |
| 251 | (source | 251 | (source |
| 252 | (origin | 252 | (origin |
| 253 | (method url-fetch) | 253 | (method url-fetch) |
| @@ -255,7 +255,7 @@ GiB).") | |||
| 255 | (version-major+minor version) | 255 | (version-major+minor version) |
| 256 | "/meld-" version ".tar.xz")) | 256 | "/meld-" version ".tar.xz")) |
| 257 | (sha256 | 257 | (sha256 |
| 258 | (base32 "0jdj7kd6vj1mdc16gvrj1kar88b2j5875ajq18fx7cbc9ny46j55")))) | 258 | (base32 "0a0x156zr3w2yg0rnhwy39giy3xnfm6sqcfa4xcw4i6ahvwqa2dc")))) |
| 259 | (build-system python-build-system) | 259 | (build-system python-build-system) |
| 260 | (native-inputs | 260 | (native-inputs |
| 261 | `(("intltool" ,intltool) | 261 | `(("intltool" ,intltool) |
