all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vivien Kraus via Guix-patches via <guix-patches@gnu.org>
To: 68911@debbugs.gnu.org
Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com,
	rg@raghavgururajan.name, vivien@planete-kraus.eu
Subject: [bug#68911] [PATCH gnome-team 4/7] gnu: mutter: Update to 44.8.
Date: Sat, 3 Feb 2024 13:45:52 +0100	[thread overview]
Message-ID: <0d9af51f1e724cc67e181864b5f9a9539b1467ca.1706981646.git.vivien@planete-kraus.eu> (raw)
In-Reply-To: <cover.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(-)

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




  parent reply	other threads:[~2024-02-03 17:49 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-03 17:34 [bug#68911] [PATCH gnome-team 0/7] GNOME 44.8 updates Vivien Kraus via Guix-patches via
2024-02-03 12:45 ` [bug#68911] [PATCH gnome-team 3/7] gnu: mm-common: Update to 1.0.6 Vivien Kraus via Guix-patches via
2024-02-03 12:45 ` [bug#68911] [PATCH gnome-team 7/7] gnu: vte: Update to 0.72.4 Vivien Kraus via Guix-patches via
2024-02-03 12:45 ` Vivien Kraus via Guix-patches via [this message]
2024-02-03 12:46 ` [bug#68911] [PATCH gnome-team 1/7] gnu: gnome-shell: Update to 44.8 Vivien Kraus via Guix-patches via
2024-02-03 12:46 ` [bug#68911] [PATCH gnome-team 5/7] gnu: python-pyatspi: Update to 2.46.1 Vivien Kraus via Guix-patches via
2024-02-03 12:46 ` [bug#68911] [PATCH gnome-team 2/7] gnu: gtk+: Update to 3.24.39 Vivien Kraus via Guix-patches via
2024-02-03 17:28 ` [bug#68911] [PATCH gnome-team 6/7] gnu: rygel: Update to 0.42.5 Vivien Kraus via Guix-patches via
2024-02-03 23:53 ` [bug#68911] [PATCH gnome-team 0/7] GNOME 44.8 updates Liliana Marie Prikler
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   ` [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   ` [bug#68911] [PATCH gnome-team v2 15/17] gnu: gnome-shell: " 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
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   ` [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   ` [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   ` [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   ` [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   ` [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   ` [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   ` [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   ` [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   ` [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   ` [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   ` [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   ` [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
2024-02-24  6:30   ` bug#68911: " Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0d9af51f1e724cc67e181864b5f9a9539b1467ca.1706981646.git.vivien@planete-kraus.eu \
    --to=guix-patches@gnu.org \
    --cc=68911@debbugs.gnu.org \
    --cc=liliana.prikler@gmail.com \
    --cc=maxim.cournoyer@gmail.com \
    --cc=rg@raghavgururajan.name \
    --cc=vivien@planete-kraus.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.