[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: meld: Update to 3.20.4.
From: |
guix-commits |
Subject: |
branch master updated: gnu: meld: Update to 3.20.4. |
Date: |
Sat, 04 Sep 2021 19:56:45 -0400 |
This is an automated email from the git hooks/post-receive script.
nckx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 7022a16 gnu: meld: Update to 3.20.4.
7022a16 is described below
commit 7022a169bc321170d6c015f0fa89e33c89558eb2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 5 01:55:37 2021 +0200
gnu: meld: Update to 3.20.4.
* gnu/packages/patchutils.scm (meld): Update to 3.20.4.
---
gnu/packages/patchutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/patchutils.scm b/gnu/packages/patchutils.scm
index f190fec..cefced8 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -246,7 +246,7 @@ GiB).")
(define-public meld
(package
(name "meld")
- (version "3.20.3")
+ (version "3.20.4")
(source
(origin
(method url-fetch)
@@ -254,7 +254,7 @@ GiB).")
(version-major+minor version)
"/meld-" version ".tar.xz"))
(sha256
- (base32 "06h52vaghvj5n507mj0hhk9yrca16pyl4l16c00b3bmkplljpqzh"))))
+ (base32 "04vx2mdbcdin0g3w8x910czfch5vyrl8drv1f2l8gxh6qvp113pl"))))
(build-system python-build-system)
(native-inputs
`(("intltool" ,intltool)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: meld: Update to 3.20.4.,
guix-commits <=