unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 72702@debbugs.gnu.org
Cc: liliana.prikler@gmail.com, maxim.cournoyer@gmail.com,
	vivien@planete-kraus.eu
Subject: [bug#72702] [PATCH gnome-team 01/20] gnu: gsettings-desktop-schemas: Update to 46.0.
Date: Fri, 16 Aug 2024 20:40:18 +0200	[thread overview]
Message-ID: <dced6c9de41187d704553942ba8290d2a19802e5.1724000901.git.liliana.prikler@gmail.com> (raw)
In-Reply-To: <cover.1724000901.git.liliana.prikler@gmail.com>

* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 46.0.
---
 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 33d6a2b1b9..2aabdb3269 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2780,7 +2780,7 @@ (define-public evince
 (define-public gsettings-desktop-schemas
   (package
     (name "gsettings-desktop-schemas")
-    (version "44.0")
+    (version "46.0")
     (source
      (origin
        (method url-fetch)
@@ -2789,7 +2789,7 @@ (define-public gsettings-desktop-schemas
                            name "-" version ".tar.xz"))
        (sha256
         (base32
-         "03pc3wlfmf07586x89h63fr42pdpvqx64ak4ks298nchmmff8bgb"))))
+         "0xc5dy3wavj91yqd1lgvbwnw95nfg4m66bx7gbaqhqqv2shlcfj9"))))
     (build-system meson-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases
-- 
2.45.2





  reply	other threads:[~2024-08-18 17:23 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-18 17:08 [bug#72702] [PATCH gnome-team 00/20] Update core-ish packages Liliana Marie Prikler
2024-08-16 18:40 ` Liliana Marie Prikler [this message]
2024-08-16 18:58 ` [bug#72702] [PATCH gnome-team 02/20] gnu: pango: Update to 1.54.0 Liliana Marie Prikler
2024-08-17  8:36 ` [bug#72702] [PATCH gnome-team 03/20] gnu: librsvg: Disable rtl_tspan_svg test Liliana Marie Prikler
2024-08-17  8:38 ` [bug#72702] [PATCH gnome-team 04/20] gnu: vala: Update to 0.56.17 Liliana Marie Prikler
2024-08-17  8:47 ` [bug#72702] [PATCH gnome-team 05/20] gnu: at-spi2-core: Update to 2.52.0 Liliana Marie Prikler
2024-08-17  8:47 ` [bug#72702] [PATCH gnome-team 06/20] gnu: atkmm: Update to 2.36.3 Liliana Marie Prikler
2024-08-17  8:53 ` [bug#72702] [PATCH gnome-team 07/20] gnu: gtkmm: Update to 4.14.0 Liliana Marie Prikler
2024-08-17  9:00 ` [bug#72702] [PATCH gnome-team 08/20] gnu: pangomm: Update to 2.54.0 Liliana Marie Prikler
2024-08-17  9:03 ` [bug#72702] [PATCH gnome-team 09/20] gnu: gtk+: Update to 3.24.41 Liliana Marie Prikler
2024-08-17  9:03 ` [bug#72702] [PATCH gnome-team 10/20] gnu: gtk: Update to 4.14.5 Liliana Marie Prikler
2024-08-17 11:26 ` [bug#72702] [PATCH gnome-team 11/20] gnu: gtk-doc: Update to 1.34.0 Liliana Marie Prikler
2024-08-17 12:52 ` [bug#72702] [PATCH gnome-team 12/20] gnu: Ungraft ibus-minimal Liliana Marie Prikler
2024-08-17 21:26 ` [bug#72702] [PATCH gnome-team 13/20] gnu: gstreamer: Update to 1.24.6 Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 14/20] gnu: gst-plugins-base: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 15/20] gnu: gst-plugins-good: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 16/20] gnu: gst-plugins-bad: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 17/20] gnu: gst-plugins-ugly: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 19/20] gnu: gst-editing-services: " Liliana Marie Prikler
2024-08-17 21:27 ` [bug#72702] [PATCH gnome-team 20/20] gnu: python-gst: " Liliana Marie Prikler
2024-08-19 16:48 ` [bug#72702] [PATCH gnome-team 00/20] Update core-ish packages Andrew Tropin via Guix-patches via

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=dced6c9de41187d704553942ba8290d2a19802e5.1724000901.git.liliana.prikler@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=72702@debbugs.gnu.org \
    --cc=maxim.cournoyer@gmail.com \
    --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 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).