unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69931] [PATCH gnome-team 1/2] gnu: gtkmm@3: Update to 3.24.9.
  2024-03-21 17:21 [bug#69931] [PATCH gnome-team 0/2] Remaining updates for GNOME 44.10 Vivien Kraus via Guix-patches via
@ 2024-03-18 19:30 ` Vivien Kraus via Guix-patches via
  2024-03-18 19:35 ` [bug#69931] [PATCH gnome-team 2/2] gnu: vala: Update to 0.56.16 Vivien Kraus via Guix-patches via
  2024-03-30 12:29 ` bug#69931: [PATCH gnome-team 0/2] Remaining updates for GNOME 44.10 Liliana Marie Prikler
  2 siblings, 0 replies; 4+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-03-18 19:30 UTC (permalink / raw)
  To: 69931; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer

* gnu/packages/gtk.scm (gtkmm-3): Update to 3.24.9.

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index f43eece4f2..5062d3aeda 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1878,7 +1878,7 @@ (define-public gtkmm-3
   (package
     (inherit gtkmm)
     (name "gtkmm")
-    (version "3.24.8")
+    (version "3.24.9")
     (source
      (origin
        (method url-fetch)
@@ -1887,7 +1887,7 @@ (define-public gtkmm-3
                        (version-major+minor version)  "/"
                        name "-" version ".tar.xz"))
        (sha256
-        (base32 "1i4ql0j6id6g34w5nbhd7vjak7l3s50lqgdjaj2ranrfj9j0r56j"))))
+        (base32 "1kj4mla3z9kxhdby5w88nl744xkmq6xchf79m1kfa72p0kjbzm9h"))))
     (propagated-inputs
      `(("atkmm-2.28" ,atkmm-2.28)
        ("cairomm-1.14" ,cairomm-1.14)
-- 
2.41.0




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

* [bug#69931] [PATCH gnome-team 2/2] gnu: vala: Update to 0.56.16.
  2024-03-21 17:21 [bug#69931] [PATCH gnome-team 0/2] Remaining updates for GNOME 44.10 Vivien Kraus via Guix-patches via
  2024-03-18 19:30 ` [bug#69931] [PATCH gnome-team 1/2] gnu: gtkmm@3: Update to 3.24.9 Vivien Kraus via Guix-patches via
@ 2024-03-18 19:35 ` Vivien Kraus via Guix-patches via
  2024-03-30 12:29 ` bug#69931: [PATCH gnome-team 0/2] Remaining updates for GNOME 44.10 Liliana Marie Prikler
  2 siblings, 0 replies; 4+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-03-18 19:35 UTC (permalink / raw)
  To: 69931; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer

* gnu/packages/gnome.scm (vala): Update to 0.56.16.

Change-Id: Ia5c0c608642d4505efef52d882a51bb83c3dd539
---
 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 5432ebc27b..b1709458b0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4487,7 +4487,7 @@ (define-public seahorse
 (define-public vala
   (package
     (name "vala")
-    (version "0.56.14")
+    (version "0.56.16")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/vala/"
@@ -4495,7 +4495,7 @@ (define-public vala
                                   "vala-" version ".tar.xz"))
               (sha256
                (base32
-                "0mzmldhf6474dp2jkxj160kkafdz32c2l5f8xnm05p4vr9lc50lk"))))
+                "16yaiff5nl2dfyvs3bj8y7wvzh9riz6wqlx7csgg1lpm01b7nj05"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      (list
-- 
2.41.0




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

* [bug#69931] [PATCH gnome-team 0/2] Remaining updates for GNOME 44.10
@ 2024-03-21 17:21 Vivien Kraus via Guix-patches via
  2024-03-18 19:30 ` [bug#69931] [PATCH gnome-team 1/2] gnu: gtkmm@3: Update to 3.24.9 Vivien Kraus via Guix-patches via
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-03-21 17:21 UTC (permalink / raw)
  To: 69931; +Cc: liliana.prikler, maxim.cournoyer, rg, vivien

Dear Guix,

These remaining updates to GNOME 44.10 are causing a world rebuild, which is
not desirable as gnome-team is about to be merged.

Best regards,

Vivien

Vivien Kraus (2):
  gnu: gtkmm@3: Update to 3.24.9.
  gnu: vala: Update to 0.56.16.

 gnu/packages/gnome.scm | 4 ++--
 gnu/packages/gtk.scm   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


base-commit: a9951a74a591a9b22ee2d93d8efe0523c6c42c97
-- 
2.41.0




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

* bug#69931: [PATCH gnome-team 0/2] Remaining updates for GNOME 44.10
  2024-03-21 17:21 [bug#69931] [PATCH gnome-team 0/2] Remaining updates for GNOME 44.10 Vivien Kraus via Guix-patches via
  2024-03-18 19:30 ` [bug#69931] [PATCH gnome-team 1/2] gnu: gtkmm@3: Update to 3.24.9 Vivien Kraus via Guix-patches via
  2024-03-18 19:35 ` [bug#69931] [PATCH gnome-team 2/2] gnu: vala: Update to 0.56.16 Vivien Kraus via Guix-patches via
@ 2024-03-30 12:29 ` Liliana Marie Prikler
  2 siblings, 0 replies; 4+ messages in thread
From: Liliana Marie Prikler @ 2024-03-30 12:29 UTC (permalink / raw)
  To: Vivien Kraus, 69931-done; +Cc: rg, maxim.cournoyer

Am Donnerstag, dem 21.03.2024 um 18:21 +0100 schrieb Vivien Kraus:
> Dear Guix,
> 
> These remaining updates to GNOME 44.10 are causing a world rebuild,
> which is not desirable as gnome-team is about to be merged.
I've pushed these to gnome-team.  Maybe we can get a mini-merge in
before we go onto 46.

Cheers




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

end of thread, other threads:[~2024-03-30 12:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-21 17:21 [bug#69931] [PATCH gnome-team 0/2] Remaining updates for GNOME 44.10 Vivien Kraus via Guix-patches via
2024-03-18 19:30 ` [bug#69931] [PATCH gnome-team 1/2] gnu: gtkmm@3: Update to 3.24.9 Vivien Kraus via Guix-patches via
2024-03-18 19:35 ` [bug#69931] [PATCH gnome-team 2/2] gnu: vala: Update to 0.56.16 Vivien Kraus via Guix-patches via
2024-03-30 12:29 ` bug#69931: [PATCH gnome-team 0/2] Remaining updates for GNOME 44.10 Liliana Marie Prikler

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).