unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58700] [PATCH] gnu: blueman: Update to 2.3.4.
@ 2022-10-22  2:30 kiasoc5 via Guix-patches via
  2022-10-24  7:55 ` bug#58700: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-10-22  2:30 UTC (permalink / raw)
  To: 58700; +Cc: kiasoc5

* gnu/packages/networking.scm (blueman): Update to 2.3.4.
---
 gnu/packages/networking.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 08ac043496..e5ab7a4571 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -872,14 +872,14 @@ (define-public nanomsg
 (define-public blueman
   (package
     (name "blueman")
-    (version "2.3.2")
+    (version "2.3.4")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/blueman-project/blueman/releases"
                            "/download/" version "/blueman-" version ".tar.xz"))
        (sha256
-        (base32 "1bjh0cx9j2akygiqyxm7g0q74jyx9hpgf186gv3m31vks5zpvkw4"))))
+        (base32 "0lh1aqpdq6vi4agrgmm7fifjbxz2s5qcs3hr7nfjrwrp2j1361n2"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:configure-flags (list "--enable-polkit"

base-commit: 863c228bfd53aac478eee46f6ee54d87fee9d764
-- 
2.38.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58700: [PATCH] gnu: blueman: Update to 2.3.4.
  2022-10-22  2:30 [bug#58700] [PATCH] gnu: blueman: Update to 2.3.4 kiasoc5 via Guix-patches via
@ 2022-10-24  7:55 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-10-24  7:55 UTC (permalink / raw)
  To: kiasoc5; +Cc: 58700-done

kiasoc5 <kiasoc5@disroot.org> writes:

> * gnu/packages/networking.scm (blueman): Update to 2.3.4.

Pushed, thank you!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-24 10:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-22  2:30 [bug#58700] [PATCH] gnu: blueman: Update to 2.3.4 kiasoc5 via Guix-patches via
2022-10-24  7:55 ` bug#58700: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).