[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: meld: Update to 3.22.1
From: |
guix-commits |
Subject: |
branch master updated: gnu: meld: Update to 3.22.1 |
Date: |
Thu, 07 Mar 2024 14:47:16 -0500 |
This is an automated email from the git hooks/post-receive script.
vagrantc pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 719112d2c5 gnu: meld: Update to 3.22.1
719112d2c5 is described below
commit 719112d2c5be8bf6474480ff0c92ca0ee7616736
Author: Andy Tai <atai@atai.org>
AuthorDate: Tue Mar 5 22:30:53 2024 -0800
gnu: meld: Update to 3.22.1
* gnu/packages/patchutils.scm (meld): Update to 3.22.1
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Change-Id: Ifb4ec944508fd5a3f34f973026291ad973be5690
---
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 3d7ffdcd88..afe4af3eb3 100644
--- a/gnu/packages/patchutils.scm
+++ b/gnu/packages/patchutils.scm
@@ -301,7 +301,7 @@ GiB).")
(define-public meld
(package
(name "meld")
- (version "3.22.0")
+ (version "3.22.1")
(source
(origin
(method url-fetch)
@@ -309,7 +309,7 @@ GiB).")
(version-major+minor version)
"/meld-" version ".tar.xz"))
(sha256
- (base32 "03f4j27amyi28flkks8i9bhqzd6xhm6d3c6jzxc57rzniv4hgh9z"))))
+ (base32 "0dk8j27jlqhxcjrkc8pa3rl7fz7pfwvrbyrhfsx1ld6lvcrbvlvd"))))
(build-system meson-build-system)
(native-inputs
(list desktop-file-utils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: meld: Update to 3.22.1,
guix-commits <=