summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome.scm
diff options
context:
space:
mode:
author宋文武 <iyzsong@gmail.com>2016-04-07 10:38:18 +0800
committerLudovic Courtès <ludo@gnu.org>2016-04-16 11:46:50 +0200
commit65815d6c9133c0b6e2a90c3e95358095eb998300 (patch)
treee6f838b759ca66311ffe1e2f755e18b8f72b2dcf /gnu/packages/gnome.scm
parent98d2bc851e770ac55bafd365ff9e04213bad9ac7 (diff)
gnu: gnome-bluetooth: Update to 3.18.3.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.18.3.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r--gnu/packages/gnome.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4aab43c6a6..3bbd70ab59 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4481,7 +4481,7 @@ usage and information about running processes.")
(define-public gnome-bluetooth
(package
(name "gnome-bluetooth")
- (version "3.18.1")
+ (version "3.18.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -4489,7 +4489,7 @@ usage and information about running processes.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0jaa9nbygdvcqp9k4p4iy2g8x3684s4x9k5nbcmmm11jdn4mn7f5"))))
+ "1qwc9q7x22sc71zhqv4db78rqzxl6fqfw6d978ydqap54c2bg0g4"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.