guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: bluez-alsa: Update to 3.0.0.


From: guix-commits
Subject: 02/03: gnu: bluez-alsa: Update to 3.0.0.
Date: Wed, 14 Oct 2020 08:56:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit a079f3eb2fad1a88e6cdfdd35996bf36e01ed4b0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 14 14:54:13 2020 +0200

    gnu: bluez-alsa: Update to 3.0.0.
    
    * gnu/packages/audio.scm (bluez-alsa): Update to 3.0.0.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 9fe4f66..c7df6af 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3989,7 +3989,7 @@ kbps at 24 bit/96 kHz.")
 (define-public bluez-alsa
   (package
     (name "bluez-alsa")
-    (version "2.0.0")
+    (version "3.0.0")
     (source (origin
               ;; The tarballs are mere snapshots and don't contain a
               ;; bootstrapped build system.
@@ -4000,7 +4000,7 @@ kbps at 24 bit/96 kHz.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "08mppgnjf1j2733bk9yf0cny6rfxxwiys0s62lz2zd2lpdl6d9lz"))))
+                "1jlsgxyqfhncfhx1sy3ry0dp6p95kd4agh7g2b7g51h0c4cv74h8"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]