guix-commits
[Top][All Lists]
Advanced

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

13/47: gnu: gnome-bluetooth: Update to 3.34.0.


From: guix-commits
Subject: 13/47: gnu: gnome-bluetooth: Update to 3.34.0.
Date: Mon, 23 Mar 2020 15:50:48 -0400 (EDT)

kkebreau pushed a commit to branch wip-gnome3.34
in repository guix.

commit abe039e1b7f6ffc74924f0aa0ef6fe3d7164bbb1
Author: Kei Kebreau <address@hidden>
AuthorDate: Mon Dec 16 22:12:09 2019 -0500

    gnu: gnome-bluetooth: Update to 3.34.0.
    
    * gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.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 965ec01..fb1e518 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6891,7 +6891,7 @@ usage and information about running processes.")
 (define-public gnome-bluetooth
   (package
     (name "gnome-bluetooth")
-    (version "3.32.1")
+    (version "3.34.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -6899,7 +6899,7 @@ usage and information about running processes.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1am1gf0nzwg6x1s8ly13j0xnjzgrfj06j0dp52x4zy9s67ywlhb4"))))
+                "1bvbxcsjkyl0givy8nfm7112bq3c0vn1v89fdk2pip714dsfcrz8"))))
     (build-system meson-build-system)
     (native-inputs
      `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.



reply via email to

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