diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-03 23:43:19 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-04 00:45:00 +0100 |
| commit | 93872098eb4c66c01ee56ba5f0e568e029def326 (patch) | |
| tree | 89e70e451dbfb1145fdfb8dd8311dfe6cc37f532 /gnu/packages/patchutils.scm | |
| parent | 5e00d147912c17f3abcef9af137fea462c250a78 (diff) | |
gnu: meld: Update to 3.20.3.
* gnu/packages/patchutils.scm (meld): Update to 3.20.3.
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 0896efeb826..f190fec1a24 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, 2020 Tobias Geerinckx-Rice <me@tobias.gr> | 4 | ;;; Copyright © 2018–2021 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. |
| @@ -246,7 +246,7 @@ GiB).") | |||
| 246 | (define-public meld | 246 | (define-public meld |
| 247 | (package | 247 | (package |
| 248 | (name "meld") | 248 | (name "meld") |
| 249 | (version "3.20.2") | 249 | (version "3.20.3") |
| 250 | (source | 250 | (source |
| 251 | (origin | 251 | (origin |
| 252 | (method url-fetch) | 252 | (method url-fetch) |
| @@ -254,7 +254,7 @@ GiB).") | |||
| 254 | (version-major+minor version) | 254 | (version-major+minor version) |
| 255 | "/meld-" version ".tar.xz")) | 255 | "/meld-" version ".tar.xz")) |
| 256 | (sha256 | 256 | (sha256 |
| 257 | (base32 "0a0x156zr3w2yg0rnhwy39giy3xnfm6sqcfa4xcw4i6ahvwqa2dc")))) | 257 | (base32 "06h52vaghvj5n507mj0hhk9yrca16pyl4l16c00b3bmkplljpqzh")))) |
| 258 | (build-system python-build-system) | 258 | (build-system python-build-system) |
| 259 | (native-inputs | 259 | (native-inputs |
| 260 | `(("intltool" ,intltool) | 260 | `(("intltool" ,intltool) |
