mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: gnome-bluetooth: Update to 42.8.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 42.8. Change-Id: I432125711173212c5faee245ecf0ef77fc7d5147 Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
305547e921
commit
e2989e9d6f
1 changed files with 2 additions and 2 deletions
|
@ -9100,7 +9100,7 @@ (define-public libgtop
|
|||
(define-public gnome-bluetooth
|
||||
(package
|
||||
(name "gnome-bluetooth")
|
||||
(version "42.7")
|
||||
(version "42.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/gnome-bluetooth/"
|
||||
|
@ -9108,7 +9108,7 @@ (define-public gnome-bluetooth
|
|||
"gnome-bluetooth-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0sgqplr7agyw20m20cx7kv20bamv5cqzbsl8wl2v2fzcvcligpwl"))))
|
||||
"1ny2zhak2n09i47m2a8q1rfgr2ag10kclda56qsi16rcrbl43hkn"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
(list gettext-minimal
|
||||
|
|
Loading…
Reference in a new issue