* [bug#68911] [PATCH gnome-team v2 01/17] gnu: mm-common: Update to 1.0.6.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
@ 2024-02-03 12:45 ` Vivien Kraus via Guix-patches via
2024-02-03 12:45 ` [bug#68911] [PATCH gnome-team v2 04/17] gnu: vte: Update to 0.72.4 Vivien Kraus via Guix-patches via
` (17 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-03 12:45 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 04/17] gnu: vte: Update to 0.72.4.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
2024-02-03 12:45 ` [bug#68911] [PATCH gnome-team v2 01/17] gnu: mm-common: Update to 1.0.6 Vivien Kraus via Guix-patches via
@ 2024-02-03 12:45 ` Vivien Kraus via Guix-patches via
2024-02-03 12:45 ` [bug#68911] [PATCH gnome-team v2 13/17] gnu: mutter: Update to 44.9 Vivien Kraus via Guix-patches via
` (16 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-03 12:45 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 13/17] gnu: mutter: Update to 44.9.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
2024-02-03 12:45 ` [bug#68911] [PATCH gnome-team v2 01/17] gnu: mm-common: Update to 1.0.6 Vivien Kraus via Guix-patches via
2024-02-03 12:45 ` [bug#68911] [PATCH gnome-team v2 04/17] gnu: vte: Update to 0.72.4 Vivien Kraus via Guix-patches via
@ 2024-02-03 12:45 ` Vivien Kraus via Guix-patches via
2024-02-03 12:46 ` [bug#68911] [PATCH gnome-team v2 15/17] gnu: gnome-shell: " Vivien Kraus via Guix-patches via
` (15 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-03 12:45 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* gnu/packages/gnome.scm (mutter): Update to 44.9.
Change-Id: Id8e49adac5630068adc32c9ebe629498600589a3
---
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 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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 15/17] gnu: gnome-shell: Update to 44.9.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (2 preceding siblings ...)
2024-02-03 12:45 ` [bug#68911] [PATCH gnome-team v2 13/17] gnu: mutter: Update to 44.9 Vivien Kraus via Guix-patches via
@ 2024-02-03 12:46 ` Vivien Kraus via Guix-patches via
2024-02-03 12:46 ` [bug#68911] [PATCH gnome-team v2 02/17] gnu: python-pyatspi: Update to 2.46.1 Vivien Kraus via Guix-patches via
` (14 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-03 12:46 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 02/17] gnu: python-pyatspi: Update to 2.46.1.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (3 preceding siblings ...)
2024-02-03 12:46 ` [bug#68911] [PATCH gnome-team v2 15/17] gnu: gnome-shell: " Vivien Kraus via Guix-patches via
@ 2024-02-03 12:46 ` Vivien Kraus via Guix-patches via
2024-02-03 12:46 ` [bug#68911] [PATCH gnome-team v2 07/17] gnu: gtk+: Update to 3.24.41 Vivien Kraus via Guix-patches via
` (13 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-03 12:46 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 07/17] gnu: gtk+: Update to 3.24.41.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (4 preceding siblings ...)
2024-02-03 12:46 ` [bug#68911] [PATCH gnome-team v2 02/17] gnu: python-pyatspi: Update to 2.46.1 Vivien Kraus via Guix-patches via
@ 2024-02-03 12:46 ` Vivien Kraus via Guix-patches via
2024-02-03 17:28 ` [bug#68911] [PATCH gnome-team v2 03/17] gnu: rygel: Update to 0.42.5 Vivien Kraus via Guix-patches via
` (12 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-03 12:46 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 03/17] gnu: rygel: Update to 0.42.5.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (5 preceding siblings ...)
2024-02-03 12:46 ` [bug#68911] [PATCH gnome-team v2 07/17] gnu: gtk+: Update to 3.24.41 Vivien Kraus via Guix-patches via
@ 2024-02-03 17:28 ` Vivien Kraus via Guix-patches via
2024-02-14 21:29 ` [bug#68911] [PATCH gnome-team v2 05/17] gnu: atkmm@2.28: Update to 2.28.4 Vivien Kraus via Guix-patches via
` (11 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-03 17:28 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 05/17] gnu: atkmm@2.28: Update to 2.28.4.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (6 preceding siblings ...)
2024-02-03 17:28 ` [bug#68911] [PATCH gnome-team v2 03/17] gnu: rygel: Update to 0.42.5 Vivien Kraus via Guix-patches via
@ 2024-02-14 21:29 ` Vivien Kraus via Guix-patches via
2024-02-14 21:29 ` [bug#68911] [PATCH gnome-team v2 06/17] gnu: pangomm@2.46: Update to 2.46.4 Vivien Kraus via Guix-patches via
` (10 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-14 21:29 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 06/17] gnu: pangomm@2.46: Update to 2.46.4.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (7 preceding siblings ...)
2024-02-14 21:29 ` [bug#68911] [PATCH gnome-team v2 05/17] gnu: atkmm@2.28: Update to 2.28.4 Vivien Kraus via Guix-patches via
@ 2024-02-14 21:29 ` Vivien Kraus via Guix-patches via
2024-02-14 21:30 ` [bug#68911] [PATCH gnome-team v2 08/17] gnu: gnome-initial-setup: Update to 44.8 Vivien Kraus via Guix-patches via
` (9 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-14 21:29 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 08/17] gnu: gnome-initial-setup: Update to 44.8.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (8 preceding siblings ...)
2024-02-14 21:29 ` [bug#68911] [PATCH gnome-team v2 06/17] gnu: pangomm@2.46: Update to 2.46.4 Vivien Kraus via Guix-patches via
@ 2024-02-14 21:30 ` Vivien Kraus via Guix-patches via
2024-02-14 21:31 ` [bug#68911] [PATCH gnome-team v2 09/17] gnu: gcr@3: Update to 3.41.2 Vivien Kraus via Guix-patches via
` (8 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-14 21:30 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 09/17] gnu: gcr@3: Update to 3.41.2.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (9 preceding siblings ...)
2024-02-14 21:30 ` [bug#68911] [PATCH gnome-team v2 08/17] gnu: gnome-initial-setup: Update to 44.8 Vivien Kraus via Guix-patches via
@ 2024-02-14 21:31 ` Vivien Kraus via Guix-patches via
2024-02-14 21:31 ` [bug#68911] [PATCH gnome-team v2 10/17] gnu: libgsf: Update to 1.14.52 Vivien Kraus via Guix-patches via
` (7 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-14 21:31 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 10/17] gnu: libgsf: Update to 1.14.52.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (10 preceding siblings ...)
2024-02-14 21:31 ` [bug#68911] [PATCH gnome-team v2 09/17] gnu: gcr@3: Update to 3.41.2 Vivien Kraus via Guix-patches via
@ 2024-02-14 21:31 ` Vivien Kraus via Guix-patches via
2024-02-14 21:31 ` [bug#68911] [PATCH gnome-team v2 11/17] gnu: epiphany: Update to 44.8 Vivien Kraus via Guix-patches via
` (6 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-14 21:31 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 11/17] gnu: epiphany: Update to 44.8.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (11 preceding siblings ...)
2024-02-14 21:31 ` [bug#68911] [PATCH gnome-team v2 10/17] gnu: libgsf: Update to 1.14.52 Vivien Kraus via Guix-patches via
@ 2024-02-14 21:31 ` Vivien Kraus via Guix-patches via
2024-02-14 21:32 ` [bug#68911] [PATCH gnome-team v2 12/17] gnu: gjs: Update to 1.76.3 Vivien Kraus via Guix-patches via
` (5 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-14 21:31 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* gnu/packages/gnome.scm (epiphany): Update to 44.8.
Change-Id: I20a627aca1ac2044d613340b6d0c7493f76a3128
---
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 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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 12/17] gnu: gjs: Update to 1.76.3.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (12 preceding siblings ...)
2024-02-14 21:31 ` [bug#68911] [PATCH gnome-team v2 11/17] gnu: epiphany: Update to 44.8 Vivien Kraus via Guix-patches via
@ 2024-02-14 21:32 ` Vivien Kraus via Guix-patches via
2024-02-14 21:33 ` [bug#68911] [PATCH gnome-team v2 14/17] gnu: gnome-bluetooth: Update to 42.8 Vivien Kraus via Guix-patches via
` (4 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-14 21:32 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 14/17] gnu: gnome-bluetooth: Update to 42.8.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (13 preceding siblings ...)
2024-02-14 21:32 ` [bug#68911] [PATCH gnome-team v2 12/17] gnu: gjs: Update to 1.76.3 Vivien Kraus via Guix-patches via
@ 2024-02-14 21:33 ` Vivien Kraus via Guix-patches via
2024-02-14 21:33 ` [bug#68911] [PATCH gnome-team v2 16/17] gnu: folks: Update to 0.15.7 Vivien Kraus via Guix-patches via
` (3 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-14 21:33 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 16/17] gnu: folks: Update to 0.15.7.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (14 preceding siblings ...)
2024-02-14 21:33 ` [bug#68911] [PATCH gnome-team v2 14/17] gnu: gnome-bluetooth: Update to 42.8 Vivien Kraus via Guix-patches via
@ 2024-02-14 21:33 ` Vivien Kraus via Guix-patches via
2024-02-14 21:34 ` [bug#68911] [PATCH gnome-team v2 17/17] gnu: libhandy: Update to 1.8.3 Vivien Kraus via Guix-patches via
` (2 subsequent siblings)
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-14 21:33 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 17/17] gnu: libhandy: Update to 1.8.3.
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (15 preceding siblings ...)
2024-02-14 21:33 ` [bug#68911] [PATCH gnome-team v2 16/17] gnu: folks: Update to 0.15.7 Vivien Kraus via Guix-patches via
@ 2024-02-14 21:34 ` Vivien Kraus via Guix-patches via
2024-02-16 15:41 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Maxim Cournoyer
2024-02-24 6:30 ` bug#68911: " Liliana Marie Prikler
18 siblings, 0 replies; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-14 21:34 UTC (permalink / raw)
To: 68911; +Cc: rg, vivien, liliana.prikler, maxim.cournoyer
* 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(-)
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
^ permalink raw reply related [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (16 preceding siblings ...)
2024-02-14 21:34 ` [bug#68911] [PATCH gnome-team v2 17/17] gnu: libhandy: Update to 1.8.3 Vivien Kraus via Guix-patches via
@ 2024-02-16 15:41 ` Maxim Cournoyer
2024-02-16 17:46 ` Vivien Kraus via Guix-patches via
2024-02-24 6:30 ` bug#68911: " Liliana Marie Prikler
18 siblings, 1 reply; 31+ messages in thread
From: Maxim Cournoyer @ 2024-02-16 15:41 UTC (permalink / raw)
To: Vivien Kraus; +Cc: rg, 68911, liliana.prikler
Hi Vivien,
Vivien Kraus <vivien@planete-kraus.eu> writes:
> 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
^ permalink raw reply [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates
2024-02-16 15:41 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Maxim Cournoyer
@ 2024-02-16 17:46 ` Vivien Kraus via Guix-patches via
2024-02-16 19:16 ` Maxim Cournoyer
0 siblings, 1 reply; 31+ messages in thread
From: Vivien Kraus via Guix-patches via @ 2024-02-16 17:46 UTC (permalink / raw)
To: Maxim Cournoyer; +Cc: rg, 68911, liliana.prikler
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”.
Best regards,
Vivien
^ permalink raw reply [flat|nested] 31+ messages in thread
* [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates
2024-02-16 17:46 ` Vivien Kraus via Guix-patches via
@ 2024-02-16 19:16 ` Maxim Cournoyer
0 siblings, 0 replies; 31+ messages in thread
From: Maxim Cournoyer @ 2024-02-16 19:16 UTC (permalink / raw)
To: Vivien Kraus; +Cc: rg, 68911, liliana.prikler
Hi,
Vivien Kraus <vivien@planete-kraus.eu> writes:
> 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
^ permalink raw reply [flat|nested] 31+ messages in thread
* bug#68911: [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates
2024-02-15 6:05 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Vivien Kraus via Guix-patches via
` (17 preceding siblings ...)
2024-02-16 15:41 ` [bug#68911] [PATCH gnome-team v2 00/17] Untested GNOME 44.9 updates Maxim Cournoyer
@ 2024-02-24 6:30 ` Liliana Marie Prikler
18 siblings, 0 replies; 31+ messages in thread
From: Liliana Marie Prikler @ 2024-02-24 6:30 UTC (permalink / raw)
To: Vivien Kraus, 68911-done; +Cc: rg, maxim.cournoyer
Am Donnerstag, dem 15.02.2024 um 07:05 +0100 schrieb Vivien Kraus:
> 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
^ permalink raw reply [flat|nested] 31+ messages in thread