diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-10-12 12:59:21 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-10-21 21:52:32 +0200 |
commit | 14ea0a7ee9cac14071000f66a1e72e20d5d4a7ac (patch) | |
tree | b581abc26d6cf1fa4312e21819f6262e224b7125 /gnu | |
parent | cc84687312024dba873e52a94d631390ebd6b0ef (diff) | |
download | guix-14ea0a7ee9cac14071000f66a1e72e20d5d4a7ac.tar.gz guix-14ea0a7ee9cac14071000f66a1e72e20d5d4a7ac.zip |
gnu: gnome-bluetooth: Update to 42.6.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 42.6.
Diffstat (limited to 'gnu')
-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 ccb50e43c6..fa71b216fb 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -9000,7 +9000,7 @@ usage and information about running processes.") (define-public gnome-bluetooth (package (name "gnome-bluetooth") - (version "42.4") + (version "42.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gnome-bluetooth/" @@ -9008,7 +9008,7 @@ usage and information about running processes.") "gnome-bluetooth-" version ".tar.xz")) (sha256 (base32 - "1p5wq3rh9p7fhka57qcds6lvphd26yyc18ilncx95jbcvcfcyvqx")))) + "1l2rp8nwsn9mbdj3gv3z4ks0q0jrbavh28mn4vdib1vi3rpzwr2q")))) (build-system meson-build-system) (native-inputs (list gettext-minimal |