guix-commits
[Top][All Lists]
Advanced

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

30/75: gnu: gnome-bluetooth: Update to 3.34.5.


From: guix-commits
Subject: 30/75: gnu: gnome-bluetooth: Update to 3.34.5.
Date: Mon, 27 Sep 2021 07:17:20 -0400 (EDT)

mothacehe pushed a commit to branch wip-gnome40
in repository guix.

commit 31e1770b16107e4b87e2bf2fafa175b7dbe63313
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Fri Sep 24 19:03:49 2021 +0000

    gnu: gnome-bluetooth: Update to 3.34.5.
    
    * gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.5.
    [source]: Fix the URI.
    [inputs]: Add libnotify and python-dbus.
---
 gnu/packages/gnome.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c50397a..06882d6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8371,7 +8371,7 @@ usage and information about running processes.")
 (define-public gnome-bluetooth
   (package
     (name "gnome-bluetooth")
-    (version "3.34.2")
+    (version "3.34.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -8379,7 +8379,7 @@ usage and information about running processes.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0lmjvb49vgr4jjplrisv6pi29jsn1q42715i6c5a0p9ad3gawyyv"))))
+                "1a9ynlwwkb3wpg293ym517vmrkk63y809mmcv9a21k5yr199x53c"))))
     (build-system meson-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
@@ -8395,7 +8395,8 @@ usage and information about running processes.")
     (inputs
      `(("eudev" ,eudev)
        ("libcanberra" ,libcanberra)
-       ("libnotify" ,libnotify)))
+       ("libnotify" ,libnotify)
+       ("python-dbus" ,python-dbus)))
     (synopsis "GNOME Bluetooth subsystem")
     (home-page "https://wiki.gnome.org/Projects/GnomeBluetooth";)
     (description



reply via email to

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