guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

23/29: gnu: gnome-bluetooth: Update to 42.8.


From: guix-commits
Subject: 23/29: gnu: gnome-bluetooth: Update to 42.8.
Date: Sat, 24 Feb 2024 01:30:02 -0500 (EST)

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

commit e2989e9d6fab5786197a99cb1f2587ba03e1c1e3
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Wed Feb 14 22:33:08 2024 +0100

    gnu: gnome-bluetooth: Update to 42.8.
    
    * gnu/packages/gnome.scm (gnome-bluetooth): Update to 42.8.
    
    Change-Id: I432125711173212c5faee245ecf0ef77fc7d5147
    Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 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 ed27413025..dec43fb882 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9100,7 +9100,7 @@ usage and information about running processes.")
 (define-public gnome-bluetooth
   (package
     (name "gnome-bluetooth")
-    (version "42.7")
+    (version "42.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/gnome-bluetooth/"
@@ -9108,7 +9108,7 @@ usage and information about running processes.")
                                   "gnome-bluetooth-" version ".tar.xz"))
               (sha256
                (base32
-                "0sgqplr7agyw20m20cx7kv20bamv5cqzbsl8wl2v2fzcvcligpwl"))))
+                "1ny2zhak2n09i47m2a8q1rfgr2ag10kclda56qsi16rcrbl43hkn"))))
     (build-system meson-build-system)
     (native-inputs
      (list gettext-minimal



reply via email to

[Prev in Thread] Current Thread [Next in Thread]