[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/62: gnu: gnome-bluetooth: Update to 3.32.1.
From: |
guix-commits |
Subject: |
08/62: gnu: gnome-bluetooth: Update to 3.32.1. |
Date: |
Sat, 7 Dec 2019 14:04:50 -0500 (EST) |
kkebreau pushed a commit to branch master
in repository guix.
commit 723afae6ae79f6764e35d3ffdea4ec8d22a0c6d6
Author: Kei Kebreau <address@hidden>
Date: Fri Jul 19 10:39:21 2019 -0400
gnu: gnome-bluetooth: Update to 3.32.1.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.32.1.
[propagated-inputs]: Add glib and move eudev...
[inputs]: ...to here.
---
gnu/packages/gnome.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 0594311..9fcc190 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6252,7 +6252,7 @@ usage and information about running processes.")
(define-public gnome-bluetooth
(package
(name "gnome-bluetooth")
- (version "3.28.0")
+ (version "3.32.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -6260,7 +6260,7 @@ usage and information about running processes.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0q7yzklrlayj99risj096mr5x35anx94wvr6nbf6pwbvvzv7453p"))))
+ "1am1gf0nzwg6x1s8ly13j0xnjzgrfj06j0dp52x4zy9s67ywlhb4"))))
(build-system meson-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for gdbus-codegen, etc.
@@ -6271,10 +6271,11 @@ usage and information about running processes.")
("xmllint" ,libxml2)))
(propagated-inputs
;; gnome-bluetooth-1.0.pc refers to all these.
- `(("gtk+" ,gtk+)
- ("udev" ,eudev)))
+ `(("glib" ,glib)
+ ("gtk+" ,gtk+)))
(inputs
- `(("libcanberra" ,libcanberra)
+ `(("eudev" ,eudev)
+ ("libcanberra" ,libcanberra)
("libnotify" ,libnotify)))
(synopsis "GNOME Bluetooth subsystem")
(home-page "https://wiki.gnome.org/Projects/GnomeBluetooth")
- branch master updated (4e23d65 -> 352f710), guix-commits, 2019/12/07
- 01/62: gnu: adwaita-icon-theme: Update to 3.32.0., guix-commits, 2019/12/07
- 02/62: gnu: baobab: Update to 3.32.0., guix-commits, 2019/12/07
- 04/62: gnu: epiphany: Update to 3.32.3., guix-commits, 2019/12/07
- 03/62: gnu: eog: Update to 3.32.2., guix-commits, 2019/12/07
- 07/62: gnu: gnome-backgrounds: Update to 3.32.0., guix-commits, 2019/12/07
- 08/62: gnu: gnome-bluetooth: Update to 3.32.1.,
guix-commits <=
- 13/62: gnu: gnome-settings-daemon: Update to 3.32.1., guix-commits, 2019/12/07
- 10/62: gnu: gnome-icon-theme: Update home page., guix-commits, 2019/12/07
- 11/62: gnu: gnome-desktop: Update to 3.32.2., guix-commits, 2019/12/07
- 06/62: gnu: gedit: Update to 3.32.2., guix-commits, 2019/12/07
- 09/62: gnu: gsettings-desktop-schemas: Update to 3.32.0., guix-commits, 2019/12/07
- 14/62: gnu: Add python-dbusmock., guix-commits, 2019/12/07
- 05/62: gnu: file-roller: Update to 3.32.1., guix-commits, 2019/12/07
- 16/62: gnu: grilo: Update to 0.3.9., guix-commits, 2019/12/07
- 18/62: gnu: dconf-editor: Update to 3.32.0., guix-commits, 2019/12/07
- 19/62: gnu: python2-pylint: Update to 1.9.5., guix-commits, 2019/12/07