[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/201: gnu: bluez: Update to 5.59.
From: |
guix-commits |
Subject: |
33/201: gnu: bluez: Update to 5.59. |
Date: |
Mon, 1 Nov 2021 23:18:26 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 41cc522dc488690bd7d9c711f59cae6d3cc6f78e
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 13cc48f..a6a0292 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5298,7 +5298,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
@@ -5306,7 +5306,7 @@ Bluetooth audio output devices like headphones or
loudspeakers.")
version ".tar.xz"))
(sha256
(base32
- "124v9s4y1s7s6klx5vlmzpk1jlr4x84ch7r7scm7x2f42dqp2qw8"))))
+ "05kk8zdh3msf5j88jbai8m877rvya6fpkzhicfhv5gyhhsrrasq4"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -5351,6 +5351,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)
- 87/201: gnu: gdb: Normalize indentation., (continued)
- 87/201: gnu: gdb: Normalize indentation., guix-commits, 2021/11/01
- 96/201: gnu: python-pypa-build: Update to 0.7.0., guix-commits, 2021/11/01
- 24/201: gnu: gst-libav: Update to 1.18.4., guix-commits, 2021/11/01
- 20/201: gnu: gst-plugins-base: Update to 1.18.4., guix-commits, 2021/11/01
- 23/201: gnu: gst-plugins-ugly: Update to 1.18.4., guix-commits, 2021/11/01
- 27/201: gnu: gst-editing-services: Update to 1.18.4., guix-commits, 2021/11/01
- 29/201: gnu: e2fsprogs: Update to 1.46.2., guix-commits, 2021/11/01
- 30/201: gnu: farstream: Enable tests., guix-commits, 2021/11/01
- 31/201: gnu: libevdev: Update to 1.11.0., guix-commits, 2021/11/01
- 32/201: gnu: python-docutils: Update to 0.17.1., guix-commits, 2021/11/01
- 33/201: gnu: bluez: Update to 5.59.,
guix-commits <=
- 37/201: gnu: python-sphinxcontrib-serializinghtml: Update to 1.1.5., guix-commits, 2021/11/01
- 40/201: gnu: gstreamer: Update to 1.19.2., guix-commits, 2021/11/01
- 46/201: gnu: gst-libav: Update to 1.19.2., guix-commits, 2021/11/01
- 47/201: gnu: gst-editing-services: Update to 1.19.2., guix-commits, 2021/11/01
- 39/201: gnu: gstreamer-docs: Update to 1.19.2., guix-commits, 2021/11/01
- 38/201: gnu: python-sphinx: Update to 4.2.0., guix-commits, 2021/11/01
- 58/201: gnu: polkit: Update to 0.120 and ungraft., guix-commits, 2021/11/01
- 50/201: gnu: lib2geom: Update to 1.1., guix-commits, 2021/11/01
- 56/201: gnu: mozjs-78: Update to 78.15.0., guix-commits, 2021/11/01
- 48/201: gnu: python-gst: Update to 1.19.2., guix-commits, 2021/11/01