[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/53: gnu: gnome-bluetooth: Update to 3.32.1.
From: |
guix-commits |
Subject: |
08/53: gnu: gnome-bluetooth: Update to 3.32.1. |
Date: |
Fri, 1 Nov 2019 22:18:40 -0400 (EDT) |
kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.
commit 60a7a45e6a6c287fe14e397ab54061c223c12660
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 ce8c280..1dc2e76 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5995,7 +5995,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 "/"
@@ -6003,7 +6003,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.
@@ -6014,10 +6014,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")
- 50/53: gnu: quadrapassel: Update to 3.32.0., (continued)
- 50/53: gnu: quadrapassel: Update to 3.32.0., guix-commits, 2019/11/01
- 51/53: gnu: seahorse: Update to 3.32.2., guix-commits, 2019/11/01
- 43/53: gnu: libdazzle: Update to 3.32.3., guix-commits, 2019/11/01
- 39/53: gnu: devhelp: Update to 3.32.0., guix-commits, 2019/11/01
- 33/53: gnu: gnome-disk-utility: Update to 3.32.1., guix-commits, 2019/11/01
- 44/53: gnu: gdm: Update to 3.32.0., guix-commits, 2019/11/01
- 53/53: gnu: gnome-session: Update to 3.32.0., guix-commits, 2019/11/01
- 46/53: gnu: network-manager: Update to 1.18.2., guix-commits, 2019/11/01
- 07/53: gnu: gnome-backgrounds: Update to 3.32.0., guix-commits, 2019/11/01
- 12/53: gnu: gnome-online-accounts: Update to 3.32.0., guix-commits, 2019/11/01
- 08/53: gnu: gnome-bluetooth: Update to 3.32.1.,
guix-commits <=
- 13/53: gnu: gnome-settings-daemon: Update to 3.32.1., guix-commits, 2019/11/01
- 25/53: gnu: gnome-tweaks: Update to 3.32.0., guix-commits, 2019/11/01
- 16/53: gnu: grilo: Update to 0.3.9., guix-commits, 2019/11/01
- 37/53: gnu: gnome-sudoku: Update to 3.32.0., guix-commits, 2019/11/01
- 41/53: gnu: orca: Update to 3.32.0., guix-commits, 2019/11/01
- 19/53: gnu: python2-pylint: Update to 1.9.5., guix-commits, 2019/11/01
- 24/53: gnu: mutter: Update to 3.32.2., guix-commits, 2019/11/01
- 29/53: gnu: gnome-clocks: Update to 3.32.0., guix-commits, 2019/11/01
- 38/53: gnu: gnome-terminal: Update to 3.32.2., guix-commits, 2019/11/01