mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: meld: Update to 3.20.4.
* gnu/packages/patchutils.scm (meld): Update to 3.20.4.
This commit is contained in:
parent
321d1babaa
commit
7022a169bc
1 changed files with 2 additions and 2 deletions
|
@ -246,7 +246,7 @@ (define-public vbindiff
|
||||||
(define-public meld
|
(define-public meld
|
||||||
(package
|
(package
|
||||||
(name "meld")
|
(name "meld")
|
||||||
(version "3.20.3")
|
(version "3.20.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -254,7 +254,7 @@ (define-public meld
|
||||||
(version-major+minor version)
|
(version-major+minor version)
|
||||||
"/meld-" version ".tar.xz"))
|
"/meld-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06h52vaghvj5n507mj0hhk9yrca16pyl4l16c00b3bmkplljpqzh"))))
|
(base32 "04vx2mdbcdin0g3w8x910czfch5vyrl8drv1f2l8gxh6qvp113pl"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("intltool" ,intltool)
|
`(("intltool" ,intltool)
|
||||||
|
|
Loading…
Reference in a new issue