[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/10: gnu: blueman: Update to 2.1.4.
From: |
guix-commits |
Subject: |
09/10: gnu: blueman: Update to 2.1.4. |
Date: |
Sun, 1 Nov 2020 08:46:00 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 98e159955a595e8aad40a9851c491fdba21f636e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 1 14:35:20 2020 +0100
gnu: blueman: Update to 2.1.4.
* gnu/packages/networking.scm (blueman): Update to 2.1.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 996750b..dafe928 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -502,14 +502,14 @@ systems with no further dependencies.")
(define-public blueman
(package
(name "blueman")
- (version "2.1.3")
+ (version "2.1.4")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/blueman-project/blueman/releases"
"/download/" version "/blueman-" version ".tar.xz"))
(sha256
- (base32 "1pngqbwapbvywhkmflapqvs0wa0af7d1a87wy56l5hg2r462xl1v"))))
+ (base32 "1nk46s1s8yrlqv37sc7la05nnn7sdgqhkrcdm98qin34llwkv70x"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--enable-polkit"
- branch master updated (5b98944 -> b3444c7), guix-commits, 2020/11/01
- 01/10: gnu: batctl: Update to 2020.4., guix-commits, 2020/11/01
- 04/10: gnu: synthv1: Update to 0.9.18., guix-commits, 2020/11/01
- 02/10: gnu: mpd: Update to 0.22.2., guix-commits, 2020/11/01
- 03/10: gnu: ncmpc: Update to 0.42., guix-commits, 2020/11/01
- 05/10: gnu: drumkv1: Update to 0.9.18., guix-commits, 2020/11/01
- 06/10: gnu: samplv1: Update to 0.9.18., guix-commits, 2020/11/01
- 08/10: gnu: qtractor: Update to 0.9.18., guix-commits, 2020/11/01
- 07/10: gnu: padthv1: Update to 0.9.18., guix-commits, 2020/11/01
- 09/10: gnu: blueman: Update to 2.1.4.,
guix-commits <=
- 10/10: gnu: yoshimi: Update to 1.7.3., guix-commits, 2020/11/01