[PATCH gnome-team 0/7] GNOME 44.8 updates

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

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
cover.1706981646.git.vivien@planete-kraus.eu
Dear Guix,

I believe the 44.8 updates are very simple.

Here is the diff of the release engineering team versions between 44.7 and
44.8. gi-docgen is now a core application, but I don’t think we should care
about that.

Best regards,

Vivien

diff -u /tmp/44.7 /tmp/44.8
--- /tmp/44.7 2024-02-03 13:36:03.666745352 +0100
+++ /tmp/44.8 2024-02-03 13:36:23.630908720 +0100
@@ -26,6 +26,7 @@
core:gdm:44.1:
core:geocode-glib:3.26.4:
core:gexiv2:0.14.2:
+core:gi-docgen:2023.1:
core:gjs:1.76.2:
core:glib:2.76.6:
core:glib-networking:2.76.1:
@@ -59,7 +60,7 @@
core:gnome-remote-desktop:44.2:
core:gnome-session:44.0:
core:gnome-settings-daemon:44.1:
-core:gnome-shell:44.7:
+core:gnome-shell:44.8:
core:gnome-shell-extensions:44.0:
core:gnome-software:44.5:
core:gnome-system-monitor:44.0:
@@ -78,7 +79,7 @@
core:gspell:1.12.2:
core:gssdp:1.6.3:
core:gtk:4.10.5:
-core:gtk+:3.24.38:
+core:gtk+:3.24.39:
core:gtk-doc:1.33.2:
core:gtk-vnc:1.3.1:
core:gtkmm:3.24.8:
@@ -112,16 +113,16 @@
core:libsigc++:2.12.1:
core:libsoup:3.4.4:
core:libsoup:2.74.3:
-core:mm-common:1.0.5:
-core:mutter:44.7:
+core:mm-common:1.0.6:
+core:mutter:44.8:
core:nautilus:44.3.1:
core:orca:44.2:
core:pango:1.50.14:
core:pangomm:2.46.3:
core:phodav:3.0:
-core:pyatspi:2.46.0:
+core:pyatspi:2.46.1:
core:pygobject:3.44.2:
-core:rygel:0.42.4:
+core:rygel:0.42.5:
core:simple-scan:44.0:
core:sushi:44.2:
core:sysprof:3.48.0:
@@ -131,7 +132,7 @@
core:tracker:3.5.3:
core:tracker-miners:3.5.4:
core:vala:0.56.14:
-core:vte:0.72.3:
+core:vte:0.72.4:
core:xdg-desktop-portal-gnome:44.2:
core:yelp:42.2:
core:yelp-tools:42.1:

Diff finished. Sat Feb 3 13:37:54 2024

Vivien Kraus (7):
gnu: gnome-shell: Update to 44.8.
gnu: gtk+: Update to 3.24.39.
gnu: mm-common: Update to 1.0.6.
gnu: mutter: Update to 44.8.
gnu: python-pyatspi: Update to 2.46.1.
gnu: rygel: Update to 0.42.5.
gnu: vte: Update to 0.72.4.

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


base-commit: e6c847defb6cb25c65172dec46a322e5d3d45088
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team 3/7] gnu: mm-common: Update to 1.0.6.
(address . 68911@debbugs.gnu.org)
c1f5e2f8a7837c0957746bf1a9e073c505c35de0.1706981646.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (mm-common): Update to 1.0.6.

Change-Id: I5e7ffc18f2743e2d1e3a4547bf8f788d11b1d642
---
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 7999eb89f3..447db88591 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1140,7 +1140,7 @@ (define-public metacity
(define-public mm-common
(package
(name "mm-common")
- (version "1.0.5")
+ (version "1.0.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/mm-common/"
@@ -1148,7 +1148,7 @@ (define-public mm-common
"mm-common-" version ".tar.xz"))
(sha256
(base32
- "1am5dmz7862hr2p4xbkdikpvd4kc0hdzqv73wjyjjshiyhlnsp3h"))))
+ "1rv211kalivq8zlq7s7bd3dhm4f33jhrwf1vxrfbrnmwgl1lcp5m"))))
(build-system meson-build-system)
(arguments
(list
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team 2/7] gnu: gtk+: Update to 3.24.39.
(address . 68911@debbugs.gnu.org)
34d0554fbff08edd5541fabea2035946a610ea81.1706981646.git.vivien@planete-kraus.eu
* gnu/packages/gtk.scm (gtk+): Update to 3.24.39.

Change-Id: I8cc897160189f06098333a0e6e757ede1a21332d
---
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 eacc7fc5ed..f2870cc4f1 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -993,7 +993,7 @@ (define-public gtk+
(package
(inherit gtk+-2)
(name "gtk+")
- (version "3.24.38")
+ (version "3.24.39")
(source
(origin
(method url-fetch)
@@ -1002,7 +1002,7 @@ (define-public gtk+
name "-" version ".tar.xz"))
(sha256
(base32
- "1rwfvm2098pkwnnxjm70ig44x1a2fbwa8i2ma3cbs9cb077xw4ff"))
+ "0ycdfyal4jsnv34h7b1ph289zjpxrlnqrh2qli9kcbwvddb3xb0w"))
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
;; There is no "doc" output, because adding gtk-doc here would introduce a
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team 1/7] gnu: gnome-shell: Update to 44.8.
(address . 68911@debbugs.gnu.org)
65e282c6ebb5f6831611186ff8a0a0d7f0f52d41.1706981646.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (gnome-shell): Update to 44.8.

Change-Id: I35bef1cfb809cab3b629a3b03cb3cf40050f4182
---
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 526833eaf5..7999eb89f3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9234,7 +9234,7 @@ (define-public gnome-control-center
(define-public gnome-shell
(package
(name "gnome-shell")
- (version "44.7")
+ (version "44.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9242,7 +9242,7 @@ (define-public gnome-shell
name "-" version ".tar.xz"))
(sha256
(base32
- "0gvhlvcw6rd8xa71qfxw39kyqgnv15x8xv8my6h5215kx3il1acb"))))
+ "0bck8gssbqj8hjxgd1vqy97szkw4vh7awz2z0z96j8clz5q1dgk3"))))
(build-system meson-build-system)
(arguments
(let ((disallowed-references
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team 7/7] gnu: vte: Update to 0.72.4.
(address . 68911@debbugs.gnu.org)
9beadcda6085547e5ef02fc5a056b730f3e71607.1706981646.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (vte): Update to 0.72.4.

Change-Id: I57b6c871ff9a690998709b3c8e51aa73f2cdea72
---
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 a5244598ad..3d79c29fb4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4537,7 +4537,7 @@ (define-public vala-0.52
(define-public vte
(package
(name "vte")
- (version "0.72.3")
+ (version "0.72.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@@ -4545,7 +4545,7 @@ (define-public vte
"vte-" version ".tar.xz"))
(sha256
(base32
- "16v9xbngj17skipa4wjjjzwcxjb3qqad1cfi34v1sdwyy1ys617r"))))
+ "0p4apgwi8v7ccid2bif6zdffk09jl90yy66awhff9jairakbckf7"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "-Dvapi=true"
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team 6/7] gnu: rygel: Update to 0.42.5.
(address . 68911@debbugs.gnu.org)
e878f688a33db4f3de3f555dee8981424c25e05a.1706981646.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (rygel): Update to 0.42.5.

Change-Id: I348840583dcf57aa241a5a1cb7842babe0b7c659
---
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 9809098093..a5244598ad 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1682,7 +1682,7 @@ (define-public sushi
(define-public rygel
(package
(name "rygel")
- (version "0.42.4")
+ (version "0.42.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1690,7 +1690,7 @@ (define-public rygel
name "-" version ".tar.xz"))
(sha256
(base32
- "1xq36f0n42yall67ibqzqsdpvljbdanhy0lvkc8ncark5nmdy433"))))
+ "17yqnw802vp92cs7ci7kjrixbj446gcriai2dggal4375qnn0cqi"))))
(build-system meson-build-system)
(arguments
;; Disable the tracker plugin.
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team 5/7] gnu: python-pyatspi: Update to 2.46.1.
(address . 68911@debbugs.gnu.org)
0bb8edd4a17ac7e0c5ef05e36239b5a59fe45650.1706981646.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.46.1.

Change-Id: I8f60e27b3d65dd1f7614b94102c8005bcb369833
---
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 47e31a455e..9809098093 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11142,7 +11142,7 @@ (define-public gnome-system-monitor
(define-public python-pyatspi
(package
(name "python-pyatspi")
- (version "2.46.0")
+ (version "2.46.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -11151,7 +11151,7 @@ (define-public python-pyatspi
"/pyatspi-" version ".tar.xz"))
(sha256
(base32
- "0bn6f1cn5z3fdg98irbm4265y0ri7fdr9s1m385ibaj77p7qjm6l"))))
+ "06q4zca83hk4iify8amcb9hfxs3qvlczhjsw7p8hg72f8dbnl7zr"))))
(build-system gnu-build-system)
(arguments
(list
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team 4/7] gnu: mutter: Update to 44.8.
(address . 68911@debbugs.gnu.org)
0d9af51f1e724cc67e181864b5f9a9539b1467ca.1706981646.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (mutter): Update to 44.8.

Change-Id: I7c291d023b49ee4a523b3bfbe8498abcca678f03
---
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 447db88591..47e31a455e 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7859,7 +7859,7 @@ (define-public zenity
(define-public mutter
(package
(name "mutter")
- (version "44.7")
+ (version "44.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7867,7 +7867,7 @@ (define-public mutter
name "-" version ".tar.xz"))
(sha256
(base32
- "1a0j1ygph6bz83da4gr2z02xqf2l5y1x10482vyh3d34arqhph26"))))
+ "12psw7cca9sh8iaixydw31sm34axs5wvs5w8l7fagfzlx8waf636"))))
;; NOTE: Since version 3.21.x, mutter now bundles and exports forked
;; versions of cogl and clutter. As a result, many of the inputs,
;; propagated-inputs, and configure flags used in cogl and clutter are
--
2.41.0
Liliana Marie Prikler wrote 1 years ago
Re: [bug#68911] [PATCH gnome-team 0/7] GNOME 44.8 updates
b891adceda92994521d7f0e97a60db0e937ff40d.camel@gmail.com
Am Samstag, dem 03.02.2024 um 18:34 +0100 schrieb Vivien Kraus:
Toggle quote (7 lines)
> Dear Guix,
>
> I believe the 44.8 updates are very simple.
>
> Here is the diff of the release engineering team versions between
> 44.7 and 44.8. gi-docgen is now a core application, but I don’t think
> we should care about that.
I agree.

The bumps look sane to me, but given that it's yet another world
rebuild, I kinda want to wait for CI before pushing. I will go ahead
and push if it's too lazy, though.

Cheers
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates
(address . 68911@debbugs.gnu.org)
cover.1707977102.git.vivien@planete-kraus.eu
Dear Guix,

GNOME 44.9 is out, and it has quite a lot of stuff. It also is a world
rebuild. I have the list of updates from the “releng” GNOME repository:


I started the world rebuild on my machine. So far, everything seems to build
fine. I send these early so that QA or CI have a chance to be useful.

Best regards,

Vivien

Vivien Kraus (17):
gnu: mm-common: Update to 1.0.6.
gnu: python-pyatspi: Update to 2.46.1.
gnu: rygel: Update to 0.42.5.
gnu: vte: Update to 0.72.4.
gnu: atkmm@2.28: Update to 2.28.4.
gnu: pangomm@2.46: Update to 2.46.4.
gnu: gtk+: Update to 3.24.41.
gnu: gnome-initial-setup: Update to 44.8.
gnu: gcr@3: Update to 3.41.2.
gnu: libgsf: Update to 1.14.52.
gnu: epiphany: Update to 44.8.
gnu: gjs: Update to 1.76.3.
gnu: mutter: Update to 44.9.
gnu: gnome-bluetooth: Update to 42.8.
gnu: gnome-shell: Update to 44.9.
gnu: folks: Update to 0.15.7.
gnu: libhandy: Update to 1.8.3.

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


base-commit: 622df12ef389c9e91f68ae10c54c043f34828c83
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 01/17] gnu: mm-common: Update to 1.0.6.
(address . 68911@debbugs.gnu.org)
63a4f64231de1c19f001b5f9a82e557d0d28248f.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (mm-common): Update to 1.0.6.

Change-Id: I5e7ffc18f2743e2d1e3a4547bf8f788d11b1d642
---
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 7397148c2b..c265b57f68 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1141,7 +1141,7 @@ (define-public metacity
(define-public mm-common
(package
(name "mm-common")
- (version "1.0.5")
+ (version "1.0.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/mm-common/"
@@ -1149,7 +1149,7 @@ (define-public mm-common
"mm-common-" version ".tar.xz"))
(sha256
(base32
- "1am5dmz7862hr2p4xbkdikpvd4kc0hdzqv73wjyjjshiyhlnsp3h"))))
+ "1rv211kalivq8zlq7s7bd3dhm4f33jhrwf1vxrfbrnmwgl1lcp5m"))))
(build-system meson-build-system)
(arguments
(list
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 02/17] gnu: python-pyatspi: Update to 2.46.1.
(address . 68911@debbugs.gnu.org)
e47bbe2955b2331ee8475917356efb25aa06e96d.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.46.1.

Change-Id: I8f60e27b3d65dd1f7614b94102c8005bcb369833
---
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 c265b57f68..f94abc6a65 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -11186,7 +11186,7 @@ (define-public gnome-system-monitor
(define-public python-pyatspi
(package
(name "python-pyatspi")
- (version "2.46.0")
+ (version "2.46.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -11195,7 +11195,7 @@ (define-public python-pyatspi
"/pyatspi-" version ".tar.xz"))
(sha256
(base32
- "0bn6f1cn5z3fdg98irbm4265y0ri7fdr9s1m385ibaj77p7qjm6l"))))
+ "06q4zca83hk4iify8amcb9hfxs3qvlczhjsw7p8hg72f8dbnl7zr"))))
(build-system gnu-build-system)
(arguments
(list
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 03/17] gnu: rygel: Update to 0.42.5.
(address . 68911@debbugs.gnu.org)
126c044fbef5986321246ff2389c209c94b375e5.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (rygel): Update to 0.42.5.

Change-Id: I348840583dcf57aa241a5a1cb7842babe0b7c659
---
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 f94abc6a65..643c0e1000 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1683,7 +1683,7 @@ (define-public sushi
(define-public rygel
(package
(name "rygel")
- (version "0.42.4")
+ (version "0.42.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1691,7 +1691,7 @@ (define-public rygel
name "-" version ".tar.xz"))
(sha256
(base32
- "1xq36f0n42yall67ibqzqsdpvljbdanhy0lvkc8ncark5nmdy433"))))
+ "17yqnw802vp92cs7ci7kjrixbj446gcriai2dggal4375qnn0cqi"))))
(build-system meson-build-system)
(arguments
;; Disable the tracker plugin.
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 04/17] gnu: vte: Update to 0.72.4.
(address . 68911@debbugs.gnu.org)
236ef4aeba9b42e920ebd6f64205cd235322f088.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (vte): Update to 0.72.4.

Change-Id: I57b6c871ff9a690998709b3c8e51aa73f2cdea72
---
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 643c0e1000..8dda0801e0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4549,7 +4549,7 @@ (define-public vala-0.52
(define-public vte
(package
(name "vte")
- (version "0.72.3")
+ (version "0.72.4")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/vte/"
@@ -4557,7 +4557,7 @@ (define-public vte
"vte-" version ".tar.xz"))
(sha256
(base32
- "16v9xbngj17skipa4wjjjzwcxjb3qqad1cfi34v1sdwyy1ys617r"))))
+ "0p4apgwi8v7ccid2bif6zdffk09jl90yy66awhff9jairakbckf7"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "-Dvapi=true"
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 05/17] gnu: atkmm@2.28: Update to 2.28.4.
(address . 68911@debbugs.gnu.org)
a02afcdce485c57aed76388b2c58c660189b491a.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gtk.scm (atkmm-2.28): Update to 2.28.4.

Change-Id: If4b333b02785c9a5712816ea048b1943b582c2e3
---
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 eacc7fc5ed..71406a98ea 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1792,7 +1792,7 @@ (define-public atkmm-2.28
(package
(inherit atkmm)
(name "atkmm")
- (version "2.28.1")
+ (version "2.28.4")
(source
(origin
(method url-fetch)
@@ -1801,7 +1801,7 @@ (define-public atkmm-2.28
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "1b8vycqzr3lfvk2l73f4kk74hj48081zbh9r1r2ilr3h8xh7cs0i"))))
+ (base32 "1cysiz908phkagwnls44xxa60xls7r3fw540zcg00g7q520jl50a"))))
(propagated-inputs
(modify-inputs (package-propagated-inputs atkmm)
(replace "glibmm" glibmm-2.64)))))
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 06/17] gnu: pangomm@2.46: Update to 2.46.4.
(address . 68911@debbugs.gnu.org)
af2645ce9c2d8b18268cc524faf4cc425af4ad2d.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gtk.scm (pangomm-2.46): Update to 2.46.4.

Change-Id: Ia1dcb94f35eb80a7cd79cae5245acbc4069e006b
---
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 71406a98ea..55a94aa09f 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1725,7 +1725,7 @@ (define-public pangomm-2.46
(package
(inherit pangomm)
(name "pangomm")
- (version "2.46.3")
+ (version "2.46.4")
(source
(origin
(method url-fetch)
@@ -1734,7 +1734,7 @@ (define-public pangomm-2.46
(version-major+minor version) "/"
name "-" version ".tar.xz"))
(sha256
- (base32 "0ya3yb36d745m5ccgwhgxl8xjh82hiys3lvk08zqyq0s8x6y03s1"))))
+ (base32 "08nvd36s2fqksrkh573cn4gz90cpyl91azrpp7j4shi62mk1c85r"))))
(propagated-inputs
(list cairomm-1.14 glibmm-2.64 pango))))
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 07/17] gnu: gtk+: Update to 3.24.41.
(address . 68911@debbugs.gnu.org)
421ab8ea165916afaef324f3a2d48024e81bcbad.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gtk.scm (gtk+): Update to 3.24.41.

Change-Id: I3dcaecb7485fa91e23fb6231f9fb51ef916da10e
---
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 55a94aa09f..c76fb8c25d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -993,7 +993,7 @@ (define-public gtk+
(package
(inherit gtk+-2)
(name "gtk+")
- (version "3.24.38")
+ (version "3.24.41")
(source
(origin
(method url-fetch)
@@ -1002,7 +1002,7 @@ (define-public gtk+
name "-" version ".tar.xz"))
(sha256
(base32
- "1rwfvm2098pkwnnxjm70ig44x1a2fbwa8i2ma3cbs9cb077xw4ff"))
+ "1ymna7b8p668wxbca1pgjqpw02ya4p86yaa9pja7l27kg9463nj7"))
(patches (search-patches "gtk3-respect-GUIX_GTK3_PATH.patch"
"gtk3-respect-GUIX_GTK3_IM_MODULE_FILE.patch"))))
;; There is no "doc" output, because adding gtk-doc here would introduce a
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 08/17] gnu: gnome-initial-setup: Update to 44.8.
(address . 68911@debbugs.gnu.org)
18f2d73a29c51100f014b8c6e6122a9ba8f2063c.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (gnome-initial-setup): Update to 44.8.

Change-Id: I4fb3fa75605f70469db5c05cc9b19b87e74f1636
---
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 8dda0801e0..d222547464 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1532,7 +1532,7 @@ (define-public libmediaart
(define-public gnome-initial-setup
(package
(name "gnome-initial-setup")
- (version "44.0")
+ (version "44.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-initial-setup/"
@@ -1540,7 +1540,7 @@ (define-public gnome-initial-setup
"/gnome-initial-setup-" version ".tar.xz"))
(sha256
(base32
- "1zxv0i6lwcnjs4m0ny08wxbfz25ygnwkbh4l3dkrhapqr1nzqg2r"))))
+ "0y61y3rvz1hqmhjxl9mjwxcdvdxslyaghajav6l79a9yxi859508"))))
(build-system meson-build-system)
(arguments
(list
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 09/17] gnu: gcr@3: Update to 3.41.2.
(address . 68911@debbugs.gnu.org)
909db71455e956b67a42861946620e2839433199.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (gcr-3): Update to 3.41.2.

Change-Id: I793d145775c4153386e7931ceb497d518248a120
---
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 d222547464..8bf521cc0b 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2480,7 +2480,7 @@ (define-public gcr-3
(package
(inherit gcr)
(name "gcr")
- (version "3.41.1")
+ (version "3.41.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -2488,7 +2488,7 @@ (define-public gcr-3
name "-" version ".tar.xz"))
(sha256
(base32
- "0kx2pv272p0qc0nq1287gciyn34d95yxg41vq3lzxfzyqaijhwdv"))))
+ "1dqsgrb62fgmy4w63bjl3b525nil4idrrdcscia1h3isaly0zlds"))))
(arguments
(substitute-keyword-arguments (package-arguments gcr)
((#:phases phases)
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 10/17] gnu: libgsf: Update to 1.14.52.
(address . 68911@debbugs.gnu.org)
ca462edf70424ab49b20bf0bdfd0247bb89c6476.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (libgsf): Update to 1.14.52.

Change-Id: I96522e57c7f659aff596108be6258fdbcc465321
---
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 8bf521cc0b..ce8572abe4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3456,7 +3456,7 @@ (define-public libcroco
(define-public libgsf
(package
(name "libgsf")
- (version "1.14.50")
+ (version "1.14.52")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -3464,7 +3464,7 @@ (define-public libgsf
name "-" version ".tar.xz"))
(sha256
(base32
- "0llf5rpg2rg9pdz8j38dl5z82zi9kmsn639wb2fhcfc3fz820v3f"))))
+ "1w5whjq1yf6c3k0gijfkc44zrr9gamxlr8yaddfy1h7sp4ack0ci"))))
(build-system glib-or-gtk-build-system)
(outputs '("out" "bin" "doc"))
(arguments
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 11/17] gnu: epiphany: Update to 44.8.
(address . 68911@debbugs.gnu.org)
24d699c5353fbbca705bee4fe81de4b5d4443dbd.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (epiphany): Update to 44.8.

Change-Id: I20a627aca1ac2044d613340b6d0c7493f76a3128
---
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 ce8572abe4..b4dde1bbed 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7150,7 +7150,7 @@ (define-public simple-scan
(define-public epiphany
(package
(name "epiphany")
- (version "44.7")
+ (version "44.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/epiphany/"
@@ -7158,7 +7158,7 @@ (define-public epiphany
"epiphany-" version ".tar.xz"))
(sha256
(base32
- "1srdbn2rls4c0dvrjk0djfmxxnrd012jbji8aavslgkf8cs5mya4"))))
+ "1n3df2skvgmjw9sybhn811l4b58ibwxc0dc208wpvxg060pyhpfk"))))
(build-system meson-build-system)
(arguments
(list
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 12/17] gnu: gjs: Update to 1.76.3.
(address . 68911@debbugs.gnu.org)
350faa61102c6ab46d8eb2d09f63b9ab2a247c0b.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (gjs): Update to 1.76.3.

Change-Id: Ia77c6dd8c1d50e95761c066d60e856a6dce1d497
---
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 b4dde1bbed..b79753de7f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7716,7 +7716,7 @@ (define-public gnome-session
(define-public gjs
(package
(name "gjs")
- (version "1.76.2")
+ (version "1.76.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7724,7 +7724,7 @@ (define-public gjs
name "-" version ".tar.xz"))
(sha256
(base32
- "1m15qscx2z862gfkb9pxg30bz8ka0h774l2azs5dfvzaagbckn7p"))
+ "0knkbczic9874r2mnhc8yh9w63bmj574b7528ql0x3lf40nzcjx5"))
(modules '((guix build utils)))
(snippet
'(begin
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 13/17] gnu: mutter: Update to 44.9.
(address . 68911@debbugs.gnu.org)
d041aa72e395cbe2b728a7e011cf15a300f9de17.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (mutter): Update to 44.9.

Change-Id: Id8e49adac5630068adc32c9ebe629498600589a3
---
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 b79753de7f..16b6785072 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7871,7 +7871,7 @@ (define-public zenity
(define-public mutter
(package
(name "mutter")
- (version "44.7")
+ (version "44.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -7879,7 +7879,7 @@ (define-public mutter
name "-" version ".tar.xz"))
(sha256
(base32
- "1a0j1ygph6bz83da4gr2z02xqf2l5y1x10482vyh3d34arqhph26"))))
+ "0b7wzaj67qzrhgclvqk10fwk4524j4qppl88822mxxlqr40frfnk"))))
;; NOTE: Since version 3.21.x, mutter now bundles and exports forked
;; versions of cogl and clutter. As a result, many of the inputs,
;; propagated-inputs, and configure flags used in cogl and clutter are
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 14/17] gnu: gnome-bluetooth: Update to 42.8.
(address . 68911@debbugs.gnu.org)
300d4e04fa4fce757f2f39a201fc094fb4553cd7.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 42.8.

Change-Id: I432125711173212c5faee245ecf0ef77fc7d5147
---
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 16b6785072..c4d00bc7c4 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9099,7 +9099,7 @@ (define-public libgtop
(define-public gnome-bluetooth
(package
(name "gnome-bluetooth")
- (version "42.7")
+ (version "42.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-bluetooth/"
@@ -9107,7 +9107,7 @@ (define-public gnome-bluetooth
"gnome-bluetooth-" version ".tar.xz"))
(sha256
(base32
- "0sgqplr7agyw20m20cx7kv20bamv5cqzbsl8wl2v2fzcvcligpwl"))))
+ "1ny2zhak2n09i47m2a8q1rfgr2ag10kclda56qsi16rcrbl43hkn"))))
(build-system meson-build-system)
(native-inputs
(list gettext-minimal
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 15/17] gnu: gnome-shell: Update to 44.9.
(address . 68911@debbugs.gnu.org)
1bfbd407d910a7fa44931b6794a6f43ee8e79dda.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (gnome-shell): Update to 44.9.

Change-Id: I1160153fa4cbe3f93e9cfab983f518a405e32297
---
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 c4d00bc7c4..bcf4418194 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9256,7 +9256,7 @@ (define-public gnome-control-center
(define-public gnome-shell
(package
(name "gnome-shell")
- (version "44.7")
+ (version "44.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -9264,7 +9264,7 @@ (define-public gnome-shell
name "-" version ".tar.xz"))
(sha256
(base32
- "0gvhlvcw6rd8xa71qfxw39kyqgnv15x8xv8my6h5215kx3il1acb"))))
+ "0k5pxbwwqi1fqpvja77xl0fv7y46gaz17p29f74wpzyb61g16rhp"))))
(build-system meson-build-system)
(arguments
(let ((disallowed-references
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 16/17] gnu: folks: Update to 0.15.7.
(address . 68911@debbugs.gnu.org)
b461492eceab2b3ab945c8183dde6986c7f7d498.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (folks): Update to 0.15.7.

Change-Id: Idba35c67f771bb4228cb6c48133dda4dac2c7d8c
---
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 bcf4418194..cf586a79d8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -10775,7 +10775,7 @@ (define-public gnome-shell-extensions
(define-public folks
(package
(name "folks")
- (version "0.15.6")
+ (version "0.15.7")
(source (origin
(method url-fetch)
(uri (string-append
@@ -10784,7 +10784,7 @@ (define-public folks
"folks-" version ".tar.xz"))
(sha256
(base32
- "0j02hi6j7rn7qhfmb3abryyad020rdkh59n7w6dwwa9zal666rn8"))))
+ "0wbq6h7hv8048c2m554b385qp4i99svaxxp7balwl4ijysg223qj"))))
(build-system meson-build-system)
(arguments
'(#:phases
--
2.41.0
Vivien Kraus wrote 1 years ago
[PATCH gnome-team v2 17/17] gnu: libhandy: Update to 1.8.3.
(address . 68911@debbugs.gnu.org)
ee2e5915e3f2b813382f7673ceb1914fffbc86ce.1707977102.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (libhandy): Update to 1.8.3.

Change-Id: I5e836a5d91fe83bfc5774ca32c72b7387cb0bbc0
---
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 cf586a79d8..86f3da72a0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12064,7 +12064,7 @@ (define-public terminator
(define-public libhandy
(package
(name "libhandy")
- (version "1.8.2")
+ (version "1.8.3")
(source
(origin
(method git-fetch)
@@ -12073,7 +12073,7 @@ (define-public libhandy
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "031bmrxc62p86fpk1x8kg4zljxf5bd2cgq8bsm7nrk5yipha2xvy"))))
+ (base32 "0p80py59mg9hjk2pzp0595cv64ankaqdvqsxlhrsgzsfx940r9nc"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags
--
2.41.0
Maxim Cournoyer wrote 1 years ago
Re: [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)
87plwwto0d.fsf@gmail.com
Hi Vivien,

Vivien Kraus <vivien@planete-kraus.eu> writes:

Toggle quote (33 lines)
> Dear Guix,
>
> GNOME 44.9 is out, and it has quite a lot of stuff. It also is a world
> rebuild. I have the list of updates from the “releng” GNOME repository:
>
> https://gitlab.gnome.org/GNOME/releng
>
> I started the world rebuild on my machine. So far, everything seems to build
> fine. I send these early so that QA or CI have a chance to be useful.
>
> Best regards,
>
> Vivien
>
> Vivien Kraus (17):
> gnu: mm-common: Update to 1.0.6.
> gnu: python-pyatspi: Update to 2.46.1.
> gnu: rygel: Update to 0.42.5.
> gnu: vte: Update to 0.72.4.
> gnu: atkmm@2.28: Update to 2.28.4.
> gnu: pangomm@2.46: Update to 2.46.4.
> gnu: gtk+: Update to 3.24.41.
> gnu: gnome-initial-setup: Update to 44.8.
> gnu: gcr@3: Update to 3.41.2.
> gnu: libgsf: Update to 1.14.52.
> gnu: epiphany: Update to 44.8.
> gnu: gjs: Update to 1.76.3.
> gnu: mutter: Update to 44.9.
> gnu: gnome-bluetooth: Update to 42.8.
> gnu: gnome-shell: Update to 44.9.
> gnu: folks: Update to 0.15.7.
> gnu: libhandy: Update to 1.8.3.

Assuming at least QA finds these OK;

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

--
Thanks,
Maxim
Vivien Kraus wrote 1 years ago
(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
5378d196eddbc7ea5fbb3657fbd996187e398325.camel@planete-kraus.eu
Le vendredi 16 février 2024 à 10:41 -0500, Maxim Cournoyer a écrit :
Toggle quote (22 lines)
> > Vivien Kraus (17):
> >    gnu: mm-common: Update to 1.0.6.
> >    gnu: python-pyatspi: Update to 2.46.1.
> >    gnu: rygel: Update to 0.42.5.
> >    gnu: vte: Update to 0.72.4.
> >    gnu: atkmm@2.28: Update to 2.28.4.
> >    gnu: pangomm@2.46: Update to 2.46.4.
> >    gnu: gtk+: Update to 3.24.41.
> >    gnu: gnome-initial-setup: Update to 44.8.
> >    gnu: gcr@3: Update to 3.41.2.
> >    gnu: libgsf: Update to 1.14.52.
> >    gnu: epiphany: Update to 44.8.
> >    gnu: gjs: Update to 1.76.3.
> >    gnu: mutter: Update to 44.9.
> >    gnu: gnome-bluetooth: Update to 42.8.
> >    gnu: gnome-shell: Update to 44.9.
> >    gnu: folks: Update to 0.15.7.
> >    gnu: libhandy: Update to 1.8.3.
>
> Assuming at least QA finds these OK;
>
> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
I don’t know what QA will find, but I upgraded everything and
reconfigured, and now “it works on my machine”.

Best regards,

Vivien
Maxim Cournoyer wrote 1 years ago
(name . Vivien Kraus)(address . vivien@planete-kraus.eu)
87r0hcrzh0.fsf@gmail.com
Hi,

Vivien Kraus <vivien@planete-kraus.eu> writes:

Toggle quote (26 lines)
> Le vendredi 16 février 2024 à 10:41 -0500, Maxim Cournoyer a écrit :
>> > Vivien Kraus (17):
>> >    gnu: mm-common: Update to 1.0.6.
>> >    gnu: python-pyatspi: Update to 2.46.1.
>> >    gnu: rygel: Update to 0.42.5.
>> >    gnu: vte: Update to 0.72.4.
>> >    gnu: atkmm@2.28: Update to 2.28.4.
>> >    gnu: pangomm@2.46: Update to 2.46.4.
>> >    gnu: gtk+: Update to 3.24.41.
>> >    gnu: gnome-initial-setup: Update to 44.8.
>> >    gnu: gcr@3: Update to 3.41.2.
>> >    gnu: libgsf: Update to 1.14.52.
>> >    gnu: epiphany: Update to 44.8.
>> >    gnu: gjs: Update to 1.76.3.
>> >    gnu: mutter: Update to 44.9.
>> >    gnu: gnome-bluetooth: Update to 42.8.
>> >    gnu: gnome-shell: Update to 44.9.
>> >    gnu: folks: Update to 0.15.7.
>> >    gnu: libhandy: Update to 1.8.3.
>>
>> Assuming at least QA finds these OK;
>>
>> Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
> I don’t know what QA will find, but I upgraded everything and
> reconfigured, and now “it works on my machine”.

I'd say that's good enough a test to go to the gnome-team branch.

--
Thanks,
Maxim
Liliana Marie Prikler wrote 1 years ago
a3c919e62977da48db0f35e0f32aebbd6a48c23c.camel@gmail.com
Am Donnerstag, dem 15.02.2024 um 07:05 +0100 schrieb Vivien Kraus:
Toggle quote (15 lines)
> Dear Guix,
>
> GNOME 44.9 is out, and it has quite a lot of stuff. It also is a
> world rebuild. I have the list of updates from the “releng” GNOME
> repository:
>
> https://gitlab.gnome.org/GNOME/releng
>
> I started the world rebuild on my machine. So far, everything seems
> to build fine. I send these early so that QA or CI have a chance to
> be useful.
>
> Best regards,
>
> Vivien
Pushed.

Thanks
Closed
?
Your comment

This issue is archived.

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

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