diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-08-22 22:03:31 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-08-23 19:46:59 +0800 |
commit | 3e93ddcccd277a7dccc4a1e621a41d0e9a3cd0cb (patch) | |
tree | 3388d531360d7306141daa1519a7da0a3f26e25b | |
parent | 8785e4843439871a04a041fc5a2f02bcab64cbab (diff) | |
download | guix-3e93ddcccd277a7dccc4a1e621a41d0e9a3cd0cb.tar guix-3e93ddcccd277a7dccc4a1e621a41d0e9a3cd0cb.tar.gz |
gnu: gnome-bluetooth: Update to 3.20.0.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.20.0.
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b6ac307788..e1219387ad 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4641,7 +4641,7 @@ usage and information about running processes.") (define-public gnome-bluetooth (package (name "gnome-bluetooth") - (version "3.18.3") + (version "3.20.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4649,7 +4649,7 @@ usage and information about running processes.") name "-" version ".tar.xz")) (sha256 (base32 - "1qwc9q7x22sc71zhqv4db78rqzxl6fqfw6d978ydqap54c2bg0g4")))) + "0lzbwk2kn7kp39sv5bf4ja92mfkxkc27gxxk8k86i8a8ncbcmcwk")))) (build-system glib-or-gtk-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc. |