guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit d23ce27b64f8fb11ecfef082f34f3f43408a6475
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:22 2025 +0900

    gnu: gnome-bluetooth: Update to 47.1.
    
    * gnu/packages/gnome.scm (gnome-bluetooth): Update to 47.1.
    
    Change-Id: I68a646e6924ad9a4e6226b8763402b3b98eff325
---
 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 41eb7a6a7c..794f8194ef 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9171,7 +9171,7 @@ usage and information about running processes.")
 (define-public gnome-bluetooth
   (package
     (name "gnome-bluetooth")
-    (version "46.2")
+    (version "47.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-bluetooth/"
@@ -9179,7 +9179,7 @@ usage and information about running processes.")
                                   "gnome-bluetooth-" version ".tar.xz"))
               (sha256
                (base32
-                "0d9n02a4ii7gr29vxn5qbhib6ddx9v6fgk34wnkg3d5qfpngwj0v"))))
+                "18xbblcr7x53qz67xh556hl1p5n2llfhl8cn2ky8y40m790fgqq3"))))
     (build-system meson-build-system)
     (native-inputs
      (list gettext-minimal

Reply via email to