[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/169: gnu: bluez: Update to 5.59.
From: |
guix-commits |
Subject: |
33/169: gnu: bluez: Update to 5.59. |
Date: |
Thu, 28 Oct 2021 02:08:18 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 975ca9876e5bce1b62ede53938b491fb18c9e768
Author: Brice Waegeneire <brice@waegenei.re>
AuthorDate: Sat Jul 3 17:29:18 2021 +0200
gnu: bluez: Update to 5.59.
* gnu/packages/linux.scm (bluez): Update to 5.59.
[native-inputs]: Add python-docutils.
---
gnu/packages/linux.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1688207..6a4c912 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5297,7 +5297,7 @@ Bluetooth audio output devices like headphones or
loudspeakers.")
(define-public bluez
(package
(name "bluez")
- (version "5.55")
+ (version "5.59")
(source (origin
(method url-fetch)
(uri (string-append
@@ -5305,7 +5305,7 @@ Bluetooth audio output devices like headphones or
loudspeakers.")
version ".tar.xz"))
(sha256
(base32
- "124v9s4y1s7s6klx5vlmzpk1jlr4x84ch7r7scm7x2f42dqp2qw8"))))
+ "05kk8zdh3msf5j88jbai8m877rvya6fpkzhicfhv5gyhhsrrasq4"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -5350,6 +5350,7 @@ Bluetooth audio output devices like headphones or
loudspeakers.")
#t))))))
(native-inputs
`(("pkg-config" ,pkg-config)
+ ("rst2man" ,python-docutils)
("gettext" ,gettext-minimal)))
(inputs
`(("glib" ,glib)
- 26/169: gnu: gst-plugins-bad: Add missing inputs to enable more features., (continued)
- 26/169: gnu: gst-plugins-bad: Add missing inputs to enable more features., guix-commits, 2021/10/28
- 13/169: gnu: libnotify: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/28
- 14/169: gnu: librsvg-next: Do not propagate gdk-pixbuf., guix-commits, 2021/10/28
- 17/169: gnu: mutter: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/28
- 10/169: gnu: gdk-pixbuf+svg: Fix typo in comment., guix-commits, 2021/10/28
- 11/169: gnu: librsvg: Add a debug output., guix-commits, 2021/10/28
- 15/169: gnu: libgweather: Propagate gdk-pixbuf+svg rather than gdk-pixbuf., guix-commits, 2021/10/28
- 19/169: gnu: gstreamer: Update to 1.18.4., guix-commits, 2021/10/28
- 28/169: gnu: python-pygobject: Update to 3.40.1., guix-commits, 2021/10/28
- 31/169: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/10/28
- 33/169: gnu: bluez: Update to 5.59.,
guix-commits <=
- 34/169: gnu: gnupg: Don't explicitly return #t from phases., guix-commits, 2021/10/28
- 49/169: gnu: e2fsprogs: Update to 1.46.4., guix-commits, 2021/10/28
- 57/169: gnu: Add a missing copyright., guix-commits, 2021/10/28
- 53/169: gnu: googletest: Update to 1.11.0., guix-commits, 2021/10/28
- 20/169: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/10/28
- 23/169: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/10/28
- 21/169: gnu: gst-plugins-base: Enable more features., guix-commits, 2021/10/28
- 29/169: gnu: e2fsprogs: Update to 1.46.2., guix-commits, 2021/10/28
- 27/169: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/10/28
- 32/169: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/10/28