mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 05:39:41 -05:00
gnu: gnome-bluetooth: Update to 42.6.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 42.6.
This commit is contained in:
parent
cc84687312
commit
14ea0a7ee9
1 changed files with 2 additions and 2 deletions
|
@ -9000,7 +9000,7 @@ (define-public libgtop
|
|||
(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 @@ (define-public gnome-bluetooth
|
|||
"gnome-bluetooth-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1p5wq3rh9p7fhka57qcds6lvphd26yyc18ilncx95jbcvcfcyvqx"))))
|
||||
"1l2rp8nwsn9mbdj3gv3z4ks0q0jrbavh28mn4vdib1vi3rpzwr2q"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list gettext-minimal
|
||||
|
|
Loading…
Reference in a new issue