[PATCH gnome-team] gnu: gnome-bluetooth: Update to 42.7.

  • Done
  • quality assurance status badge
Details
One participant
  • Vivien Kraus
Owner
unassigned
Submitted by
Vivien Kraus
Severity
normal

Debbugs page

Vivien Kraus wrote 1 years ago
(address . guix-patches@gnu.org)
22d5d05da9ac5918f1dbe00af8d38dbcb3e0520e.1702747502.git.vivien@planete-kraus.eu
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 42.7.

Change-Id: I09a76fe404ec5a5ff70693e22e4ade321510f423
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c6437ce450..025dbf4929 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -9014,7 +9014,7 @@ (define-public libgtop
(define-public gnome-bluetooth
(package
(name "gnome-bluetooth")
- (version "42.6")
+ (version "42.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/gnome-bluetooth/"
@@ -9022,7 +9022,7 @@ (define-public gnome-bluetooth
"gnome-bluetooth-" version ".tar.xz"))
(sha256
(base32
- "1l2rp8nwsn9mbdj3gv3z4ks0q0jrbavh28mn4vdib1vi3rpzwr2q"))))
+ "0sgqplr7agyw20m20cx7kv20bamv5cqzbsl8wl2v2fzcvcligpwl"))))
(build-system meson-build-system)
(native-inputs
(list gettext-minimal

base-commit: 4c323c2f8308bba0e3295f3109d159c7b8f72838
--
2.41.0
Vivien Kraus wrote 1 years ago
(address . 67852-done@debbugs.gnu.org)
9def4cc9dcb9d1a3662a1762f4e6930a47db126e.camel@planete-kraus.eu
You merged it, thank you!

Best regards,

Vivien
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 67852@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 67852
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help