gnu: gnome-bluetooth: Update to 42.7.

* gnu/packages/gnome.scm (gnome-bluetooth): Update to 42.7.

Change-Id: I09a76fe404ec5a5ff70693e22e4ade321510f423
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Vivien Kraus 2023-12-16 18:19:35 +01:00 committed by Liliana Marie Prikler
parent a4441ff3f0
commit 3a94efb31e
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -9040,7 +9040,7 @@ usage and information about running processes.")
(define-public gnome-bluetooth (define-public gnome-bluetooth
(package (package
(name "gnome-bluetooth") (name "gnome-bluetooth")
(version "42.6") (version "42.7")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-bluetooth/" (uri (string-append "mirror://gnome/sources/gnome-bluetooth/"
@ -9048,7 +9048,7 @@ usage and information about running processes.")
"gnome-bluetooth-" version ".tar.xz")) "gnome-bluetooth-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1l2rp8nwsn9mbdj3gv3z4ks0q0jrbavh28mn4vdib1vi3rpzwr2q")))) "0sgqplr7agyw20m20cx7kv20bamv5cqzbsl8wl2v2fzcvcligpwl"))))
(build-system meson-build-system) (build-system meson-build-system)
(native-inputs (native-inputs
(list gettext-minimal (list gettext-minimal