diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-01-09 22:38:07 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:45 +0100 |
commit | 3d8cc0984518578579573051b7297c901afc2aa9 (patch) | |
tree | 772bc06ee4d13aa39e264217fb7ea82ffe9b0cf5 | |
parent | fdaaba00f8e274ab14d330f7a845146ccb50c7b6 (diff) | |
download | guix-3d8cc0984518578579573051b7297c901afc2aa9.tar.gz guix-3d8cc0984518578579573051b7297c901afc2aa9.zip |
gnu: gnome-bluetooth: Update to 46.2.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 46.2.
-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 bc924ac4d1..373cb748ff 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9359,7 +9359,7 @@ usage and information about running processes.") (define-public gnome-bluetooth (package (name "gnome-bluetooth") - (version "46.0") + (version "46.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gnome-bluetooth/" @@ -9367,7 +9367,7 @@ usage and information about running processes.") "gnome-bluetooth-" version ".tar.xz")) (sha256 (base32 - "1vzv45859dvfwcxa8wngkh5dcch65sfh5jc0bvgxpb0pydsixzhk")))) + "0d9n02a4ii7gr29vxn5qbhib6ddx9v6fgk34wnkg3d5qfpngwj0v")))) (build-system meson-build-system) (native-inputs (list gettext-minimal |