diff options
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 564cd77ecb..5bb9bc9004 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -50,6 +50,7 @@ ;;; Copyright © 2020 Zhu Zihao <[email protected]> ;;; Copyright © 2020 David Dashyan <[email protected]> ;;; Copyright © 2020 pukkamustard <[email protected]> +;;; Copyright © 2021 Solene Rapenne <[email protected]> ;;; Copyright © 2021 B. Wilson <[email protected]> ;;; Copyright © 2021 Ivan Gankevich <[email protected]> ;;; @@ -2175,7 +2176,7 @@ module.") (define-public e2fsprogs (package (name "e2fsprogs") - (version "1.45.6") + (version "1.46.2") (source (origin (method url-fetch) (uri (string-append @@ -2184,7 +2185,7 @@ module.") "e2fsprogs-" version ".tar.xz")) (sha256 (base32 - "0mj2yizwygs7xww8jfy5mxjn8ww4pvc0b1hg1p2vsnirailsx9zz")))) + "0s216nn0lv7s278v933a44fv1ibi900c94743gpp2kn9jlr0kai3")))) (build-system gnu-build-system) (inputs `(("util-linux" ,util-linux "lib"))) (native-inputs `(("pkg-config" ,pkg-config) @@ -2888,7 +2889,7 @@ Linux-based operating systems.") (define-public libcap (package (inherit libcap-2.31) - (version "2.45") + (version "2.46") (source (origin (method url-fetch) (uri (string-append @@ -2896,7 +2897,7 @@ Linux-based operating systems.") "libcap2/libcap-" version ".tar.xz")) (sha256 (base32 - "11ijmi7jik9iw6pdszc6bylhggghr8cza03bcrbhbqf0cpvkjrnn")))) + "1d6q447wf0iagiyzhfdqcj4cv0dmzc49i0czwikrcv7s2cad3lsf")))) (arguments (substitute-keyword-arguments (package-arguments libcap-2.31) ((#:phases phases) @@ -5187,7 +5188,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 @@ -5195,7 +5196,7 @@ Bluetooth audio output devices like headphones or loudspeakers.") version ".tar.xz")) (sha256 (base32 - "124v9s4y1s7s6klx5vlmzpk1jlr4x84ch7r7scm7x2f42dqp2qw8")))) + "05kk8zdh3msf5j88jbai8m877rvya6fpkzhicfhv5gyhhsrrasq4")))) (build-system gnu-build-system) (arguments `(#:configure-flags @@ -5240,6 +5241,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) |