[PATCH gnome-team 0/2] Remaining updates for GNOME 44.10

  • Done
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

V
V
Vivien Kraus wrote on 21 Mar 10:21 -0700
(address . guix-patches@gnu.org)
cover.1711041663.git.vivien@planete-kraus.eu
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
V
V
Vivien Kraus wrote on 18 Mar 12:30 -0700
[PATCH gnome-team 1/2] gnu: gtkmm@3: Update to 3.24.9.
(address . 69931@debbugs.gnu.org)
f88c88e9c854b25fe5f01c3a1decccd1821862e3.1711041663.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (24 lines)
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
V
V
Vivien Kraus wrote on 18 Mar 12:35 -0700
[PATCH gnome-team 2/2] gnu: vala: Update to 0.56.16.
(address . 69931@debbugs.gnu.org)
a11e3d49b530926d250693b9eb426bc549cc1f74.1711041663.git.vivien@planete-kraus.eu
* 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(-)

Toggle diff (24 lines)
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
L
L
Liliana Marie Prikler wrote on 30 Mar 05:29 -0700
Re: [bug#69931] [PATCH gnome-team 0/2] Remaining updates for GNOME 44.10
8a99ad066d150e5e5e5baa2a77ca27f6c2b2e8a2.camel@gmail.com
Am Donnerstag, dem 21.03.2024 um 18:21 +0100 schrieb Vivien Kraus:
Toggle quote (4 lines)
> 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69931@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69931
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