gnu: gnome-bluetooth: Update to 3.20.0.

* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.20.0.
This commit is contained in:
宋文武 2016-08-22 22:03:31 +08:00
parent 8785e48434
commit 3e93ddcccd
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 2 additions and 2 deletions

View File

@ -4641,7 +4641,7 @@ usage and information about running processes.")
(define-public gnome-bluetooth (define-public gnome-bluetooth
(package (package
(name "gnome-bluetooth") (name "gnome-bluetooth")
(version "3.18.3") (version "3.20.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/" (uri (string-append "mirror://gnome/sources/" name "/"
@ -4649,7 +4649,7 @@ usage and information about running processes.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1qwc9q7x22sc71zhqv4db78rqzxl6fqfw6d978ydqap54c2bg0g4")))) "0lzbwk2kn7kp39sv5bf4ja92mfkxkc27gxxk8k86i8a8ncbcmcwk"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc. `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.