nckx pushed a commit to branch master
in repository guix.

commit f50adf0b7917231cad59dd2ddfda7fe0872be79a
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Jan 1 17:16:26 2021 +0100

    gnu: lsp-dsp-lib: Update to 0.5.11.
    
    * gnu/packages/audio.scm (lsp-dsp-lib): Update to 0.5.11.
---
 gnu/packages/audio.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index 87c7e6f..5d607e3 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -8,7 +8,7 @@
 ;;; Copyright © 2016, 2017 Alex Griffin <[email protected]>
 ;;; Copyright © 2016 Nikita <[email protected]>
 ;;; Copyright © 2016 Lukas Gradl <[email protected]>
-;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice 
<[email protected]>
+;;; Copyright © 2016–2021 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2018, 2020 Oleg Pykhalov <[email protected]>
 ;;; Copyright © 2018 okapi <[email protected]>
 ;;; Copyright © 2018, 2020 Maxim Cournoyer <[email protected]>
@@ -4832,16 +4832,15 @@ edited, converted, compressed and saved.")
 (define-public lsp-dsp-lib
   (package
     (name "lsp-dsp-lib")
-    (version "0.5.8")
+    (version "0.5.11")
     (source
       (origin
         (method url-fetch)
         (uri (string-append "https://github.com/sadko4u/lsp-dsp-lib/";
-                            "releases/download/lsp-dsp-lib-" version
+                            "releases/download/" version
                             "/lsp-dsp-lib-" version "-src.tar.gz"))
         (sha256
-         (base32
-          "07w3d2i0z0xmvi1ngcgs7lc5a0da8jvf7rv4dnjk01md43b7fkh1"))))
+         (base32 "0lkar6r9jfrrqswi8nnndlm5a9kfwqjn92d81gp2yhc3p46xsswz"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no tests

Reply via email to