guix-commits
[Top][All Lists]
Advanced

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

34/107: gnu: gnome-bluetooth: Update to 3.34.1.


From: guix-commits
Subject: 34/107: gnu: gnome-bluetooth: Update to 3.34.1.
Date: Tue, 12 May 2020 10:53:14 -0400 (EDT)

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

commit 91617f5f2fad204a3a99fc77f56dbfdb9a55adc5
Author: Kei Kebreau <address@hidden>
AuthorDate: Sat Apr 18 20:37:25 2020 -0400

    gnu: gnome-bluetooth: Update to 3.34.1.
    
    * gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.34.1.
---
 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 d37b0be..390ebdf 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6985,7 +6985,7 @@ usage and information about running processes.")
 (define-public gnome-bluetooth
   (package
     (name "gnome-bluetooth")
-    (version "3.34.0")
+    (version "3.34.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -6993,7 +6993,7 @@ usage and information about running processes.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1bvbxcsjkyl0givy8nfm7112bq3c0vn1v89fdk2pip714dsfcrz8"))))
+                "11nk8nvz5yrbx7wp75vsiaf4rniv7ik2g3nwmgwx2b42q9v11j9y"))))
     (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]