diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-07-13 11:41:24 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-03-02 20:31:25 +0100 |
| commit | 8a50df9225b638ef3a3d7da4424f69c43978732f (patch) | |
| tree | bb3d75a35be0aaa2b13513fb1bad4d58a95516c1 /gnu/packages | |
| parent | db8262fdf76fffa4184aca3316ea114ff517268a (diff) | |
gnu: gnome-bluetooth: Update to 46.0.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 46.0.
Diffstat (limited to 'gnu/packages')
| -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 fcee7c2cece..84670b738c0 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9243,7 +9243,7 @@ usage and information about running processes.") (define-public gnome-bluetooth (package (name "gnome-bluetooth") - (version "42.8") + (version "46.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gnome-bluetooth/" @@ -9251,7 +9251,7 @@ usage and information about running processes.") "gnome-bluetooth-" version ".tar.xz")) (sha256 (base32 - "1ny2zhak2n09i47m2a8q1rfgr2ag10kclda56qsi16rcrbl43hkn")))) + "1vzv45859dvfwcxa8wngkh5dcch65sfh5jc0bvgxpb0pydsixzhk")))) (build-system meson-build-system) (native-inputs (list gettext-minimal |
