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

commit 5499438a93a6186ce34b56e7bb9a4a557c09fde2
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Jul 13 11:41:24 2024 +0200

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

Reply via email to