gnu: meld: Update to 3.20.3.
* gnu/packages/patchutils.scm (meld): Update to 3.20.3.
This commit is contained in:
parent
5e00d14791
commit
93872098eb
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2014, 2018 Eric Bavier <bavier@member.fsf.org>
|
||||||
;;; Copyright © 2015, 2018 Leo Famulari <leo@famulari.name>
|
;;; Copyright © 2015, 2018 Leo Famulari <leo@famulari.name>
|
||||||
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
|
;;; Copyright © 2018–2021 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;; Copyright © 2019 Christopher Baines <mail@cbaines.net>
|
;;; Copyright © 2019 Christopher Baines <mail@cbaines.net>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
|
@ -246,7 +246,7 @@ GiB).")
|
||||||
(define-public meld
|
(define-public meld
|
||||||
(package
|
(package
|
||||||
(name "meld")
|
(name "meld")
|
||||||
(version "3.20.2")
|
(version "3.20.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -254,7 +254,7 @@ GiB).")
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/meld-" version ".tar.xz"))
|
"/meld-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0a0x156zr3w2yg0rnhwy39giy3xnfm6sqcfa4xcw4i6ahvwqa2dc"))))
|
(base32 "06h52vaghvj5n507mj0hhk9yrca16pyl4l16c00b3bmkplljpqzh"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Reference in a new issue