unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70160] [PATCH] gnu: gedit: Update to 44.3.
@ 2024-04-03 11:13 attila.lendvai
  2024-04-03 18:10 ` Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: attila.lendvai @ 2024-04-03 11:13 UTC (permalink / raw)
  To: 70160
  Cc: Attila Lendvai, Liliana Marie Prikler, Maxim Cournoyer,
	Raghav Gururajan, Vivien Kraus

From: Attila Lendvai <attila@lendvai.name>

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c8305b0dd88..bdc84524a3e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7781,7 +7781,7 @@ (define-public gjs
 (define-public gedit
   (package
     (name "gedit")
-    (version "44.1")
+    (version "44.3")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -7789,7 +7789,7 @@ (define-public gedit
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1nlgbnagahymb8l41kgz3nwc4p9cj3zx39428z6zik44fa6kfqh4"))))
+                "0j8p7lnf05sbw194babasfhvpd3pp29f17kvzn16ffnh34psn3y9"))))
     (build-system meson-build-system)
     (arguments
      (list

base-commit: 6e2db85ca83528199a46b002d2592bd4bef017c8
prerequisite-patch-id: ecd98c3607846b732bde724a08cae56ffec4a6c3
prerequisite-patch-id: 6793c8ad24215c5f14ce71a4741fff5f6ccd7eeb
prerequisite-patch-id: 52e0d371350dbeb839990acd0bbe70bc5b5b995b
prerequisite-patch-id: 504c90457c9d79e43b99ee020ba694d8caeb90d8
prerequisite-patch-id: d64e04ff364130aa81dfba39ac9d7acf9da4a384
prerequisite-patch-id: 8ac614d3a01f37a8f120a54c2ae0d54c43bafd00
prerequisite-patch-id: 5a7198d3c2e5c1711c707875657886fada86045c
prerequisite-patch-id: 4eaf6383c3eb26aadbd0caf24a0bc100ddc87ed6
prerequisite-patch-id: 284f0e3d9f15bd7c4fe6c7f82708ba64dcb3035e
prerequisite-patch-id: d90a56800d3507524c19892119b3c3f42af12b8f
prerequisite-patch-id: 2adcd37ab1f0752ec27a4edabbabe1c65d88f122
prerequisite-patch-id: 914c18cf13182ab21ffeb2fdbbaebd5bb6451aaa
prerequisite-patch-id: 97ae86c4f1ecfca2a36a7e3e1c533aa0664aa183
prerequisite-patch-id: 10de0111c88e9edd9b667e969426c8c15134adf0
prerequisite-patch-id: f6fb05a9a43c210ce84109b7ba5bd35341f97450
-- 
2.41.0





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

* [bug#70160] [PATCH] gnu: gedit: Update to 44.3.
  2024-04-03 11:13 [bug#70160] [PATCH] gnu: gedit: Update to 44.3 attila.lendvai
@ 2024-04-03 18:10 ` Maxim Cournoyer
  2024-04-05 11:33   ` bug#70160: " Christopher Baines
  0 siblings, 1 reply; 3+ messages in thread
From: Maxim Cournoyer @ 2024-04-03 18:10 UTC (permalink / raw)
  To: attila.lendvai
  Cc: Raghav Gururajan, Attila Lendvai, 70160, Vivien Kraus,
	Liliana Marie Prikler

attila.lendvai@gmail.com writes:

> From: Attila Lendvai <attila@lendvai.name>
>
> Change-Id: Ib13eb5a09939de440874fc9f558d38aab5d5e49c

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

-- 
Thanks,
Maxim




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

* bug#70160: [PATCH] gnu: gedit: Update to 44.3.
  2024-04-03 18:10 ` Maxim Cournoyer
@ 2024-04-05 11:33   ` Christopher Baines
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Baines @ 2024-04-05 11:33 UTC (permalink / raw)
  To: Maxim Cournoyer
  Cc: attila.lendvai, Vivien Kraus, 70160-done, Liliana Marie Prikler,
	Raghav Gururajan, Attila Lendvai

[-- Attachment #1: Type: text/plain, Size: 358 bytes --]

Maxim Cournoyer <maxim.cournoyer@gmail.com> writes:

> attila.lendvai@gmail.com writes:
>
>> From: Attila Lendvai <attila@lendvai.name>
>>
>> Change-Id: Ib13eb5a09939de440874fc9f558d38aab5d5e49c
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>

Looks good to me as well, I've pushed this to master as
fa0413c2cea3a7ebbddfaf9fd3a2122ee659ebe7.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2024-04-05 11:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-03 11:13 [bug#70160] [PATCH] gnu: gedit: Update to 44.3 attila.lendvai
2024-04-03 18:10 ` Maxim Cournoyer
2024-04-05 11:33   ` bug#70160: " Christopher Baines

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).