diff options
author | Vivien Kraus <vivien@planete-kraus.eu> | 2023-12-16 18:19:35 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-12-25 18:38:54 +0100 |
commit | 3a94efb31ea8dec56c58ada46de54d39f324aba3 (patch) | |
tree | b4a41fd9fc300b03af02f240fba5c58d3077107d /gnu/packages/gnome.scm | |
parent | a4441ff3f0e9cf42e23c8c842fd5fa5846ff536d (diff) | |
download | guix-3a94efb31ea8dec56c58ada46de54d39f324aba3.tar.gz guix-3a94efb31ea8dec56c58ada46de54d39f324aba3.zip |
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>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index ebc9717cd1..c66d42db0f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9040,7 +9040,7 @@ usage and information about running processes.") (define-public gnome-bluetooth (package (name "gnome-bluetooth") - (version "42.6") + (version "42.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gnome-bluetooth/" @@ -9048,7 +9048,7 @@ usage and information about running processes.") "gnome-bluetooth-" version ".tar.xz")) (sha256 (base32 - "1l2rp8nwsn9mbdj3gv3z4ks0q0jrbavh28mn4vdib1vi3rpzwr2q")))) + "0sgqplr7agyw20m20cx7kv20bamv5cqzbsl8wl2v2fzcvcligpwl")))) (build-system meson-build-system) (native-inputs (list gettext-minimal |