guix-commits
[Top][All Lists]
Advanced

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

27/40: gnu: sbc: Update to 1.5.


From: guix-commits
Subject: 27/40: gnu: sbc: Update to 1.5.
Date: Sun, 13 Dec 2020 15:46:20 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 0fdb7daffbe48e4871549cc5cb92878bc7455488
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Dec 12 18:46:57 2020 +0100

    gnu: sbc: Update to 1.5.
    
    * gnu/packages/linux.scm (sbc): Update to 1.5.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index eefaf1e..2fca458 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4649,14 +4649,14 @@ event traces from the kernel (via the relaying through 
the debug file system).")
 (define-public sbc
   (package
     (name "sbc")
-    (version "1.4")
+    (version "1.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/bluetooth/sbc-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1jal98pnrjkzxlkiqy0ykh4qmgnydz9bmsp1jn581p5kddpg92si"))))
+                "1liig5856crb331dps18mp0s13zbkv7yh007zqhq97m94fcddfhc"))))
     (build-system gnu-build-system)
     (inputs
      `(("libsndfile" ,libsndfile)))



reply via email to

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