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

commit 9252b699accd80ad45508561fd9fe11c2a7dcdc8
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Thu Jan 9 22:38:07 2025 +0100

    gnu: gnome-bluetooth: Update to 46.2.
    
    * gnu/packages/gnome.scm (gnome-bluetooth): Update to 46.2.
---
 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 ec8f227927..fe4756c11a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9355,7 +9355,7 @@ usage and information about running processes.")
 (define-public gnome-bluetooth
   (package
     (name "gnome-bluetooth")
-    (version "46.0")
+    (version "46.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-bluetooth/"
@@ -9363,7 +9363,7 @@ usage and information about running processes.")
                                   "gnome-bluetooth-" version ".tar.xz"))
               (sha256
                (base32
-                "1vzv45859dvfwcxa8wngkh5dcch65sfh5jc0bvgxpb0pydsixzhk"))))
+                "0d9n02a4ii7gr29vxn5qbhib6ddx9v6fgk34wnkg3d5qfpngwj0v"))))
     (build-system meson-build-system)
     (native-inputs
      (list gettext-minimal

Reply via email to