guix-commits
[Top][All Lists]
Advanced

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

05/07: gnu: snd: Update to 20.8.


From: guix-commits
Subject: 05/07: gnu: snd: Update to 20.8.
Date: Sun, 1 Nov 2020 07:50:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 2a143b8e23a594298ca56e8b01a655fca7981e9e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 1 13:43:11 2020 +0100

    gnu: snd: Update to 20.8.
    
    * gnu/packages/audio.scm (snd): Update to 20.8.
---
 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 b842b22..04d2969 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4080,14 +4080,14 @@ on the ALSA software PCM plugin.")
 (define-public snd
   (package
     (name "snd")
-    (version "20.7")
+    (version "20.8")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/";
                                   "snd-" version ".tar.gz"))
               (sha256
                (base32
-                "1kd422krz8ln4m8g3p14wfplcq8lgpzly9297rpbvyc94dc6sdwj"))))
+                "1hw81innyyiwiyb8jkpq9aj7idmcb41yvgd1blac997023h78sss"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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