all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69577] [PATCH] gnu: meld: Update to 3.22.1
@ 2024-03-06  6:30 Andy Tai
  2024-03-07 19:50 ` bug#69577: " Vagrant Cascadian
  0 siblings, 1 reply; 2+ messages in thread
From: Andy Tai @ 2024-03-06  6:30 UTC (permalink / raw)
  To: 69577; +Cc: Andy Tai

* 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(-)

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-07 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-06  6:30 [bug#69577] [PATCH] gnu: meld: Update to 3.22.1 Andy Tai
2024-03-07 19:50 ` bug#69577: " Vagrant Cascadian

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.