[PATCH] gnu: meld: Update to 3.22.1

  • Done
  • quality assurance status badge
Details
2 participants
  • Andy Tai
  • Vagrant Cascadian
Owner
unassigned
Submitted by
Andy Tai
Severity
normal

Debbugs page

Andy Tai wrote 1 years ago
(address . guix-patches@gnu.org)(name . Andy Tai)(address . atai@atai.org)
dc9075e823a3dc0092dd3452efa4456fefa93045.1709706629.git.atai@atai.org
* gnu/packages/patchutils.scm (meld): Update to 3.22.1

Change-Id: Ifb4ec944508fd5a3f34f973026291ad973be5690
---
gnu/packages/patchutils.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
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 @@ (define-public vbindiff
(define-public meld
(package
(name "meld")
- (version "3.22.0")
+ (version "3.22.1")
(source
(origin
(method url-fetch)
@@ -309,7 +309,7 @@ (define-public meld
(version-major+minor version)
"/meld-" version ".tar.xz"))
(sha256
- (base32 "03f4j27amyi28flkks8i9bhqzd6xhm6d3c6jzxc57rzniv4hgh9z"))))
+ (base32 "0dk8j27jlqhxcjrkc8pa3rl7fz7pfwvrbyrhfsx1ld6lvcrbvlvd"))))
(build-system meson-build-system)
(native-inputs
(list desktop-file-utils

base-commit: f18d13b5f89c161c6ee88d15ecdaa8d973ee4503
--
2.34.1
Vagrant Cascadian wrote 1 years ago
(address . 69577-done@debbugs.gnu.org)(name . Andy Tai)(address . atai@atai.org)
87le6tom75.fsf@wireframe
On 2024-03-05, Andy Tai wrote:
Toggle quote (4 lines)
> * gnu/packages/patchutils.scm (meld): Update to 3.22.1
>
> Change-Id: Ifb4ec944508fd5a3f34f973026291ad973be5690

Pushed as commit 719112d2c5be8bf6474480ff0c92ca0ee7616736

Thanks!

live well,
vagrant
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCZeoangAKCRDcUY/If5cW
qt82AP9MHra/V9KDyA1uTNcZIfVcIdg+c3jqE6c59vtvjMbjjwEA48BNnQYYNeuI
/EzO1QZNZ/QjcpxV9MV4FRjPUNB6/AA=
=90DB
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69577@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69577
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help