diff options
author | Kei Kebreau <kei@openmailbox.org> | 2017-05-10 08:23:33 -0400 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-14 17:30:10 +0200 |
commit | f8cb2fbf5ef288b0d2ae3ba9589b524b7ff38c92 (patch) | |
tree | 8c284a2caa8e1f2d7830a1da26254c534bf49039 /gnu/packages/gnome.scm | |
parent | 521cdb4bbffc4bc4bd3ca20f9a6d62d85895b719 (diff) | |
download | guix-f8cb2fbf5ef288b0d2ae3ba9589b524b7ff38c92.tar guix-f8cb2fbf5ef288b0d2ae3ba9589b524b7ff38c92.tar.gz |
gnu: gnome-bluetooth: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.20.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-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 5d03517ffd..87b4959f0e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4891,7 +4891,7 @@ usage and information about running processes.") (define-public gnome-bluetooth (package (name "gnome-bluetooth") - (version "3.20.0") + (version "3.20.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -4899,7 +4899,7 @@ usage and information about running processes.") name "-" version ".tar.xz")) (sha256 (base32 - "0lzbwk2kn7kp39sv5bf4ja92mfkxkc27gxxk8k86i8a8ncbcmcwk")))) + "1zlqcz6jz4vzzr8gd1678i9s4015kiwcpr5szrwz4kmryfsm147a")))) (build-system glib-or-gtk-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc. |