guix-commits
[Top][All Lists]
Advanced

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

08/09: gnu: snd: Update to 20.6.


From: guix-commits
Subject: 08/09: gnu: snd: Update to 20.6.
Date: Sun, 9 Aug 2020 10:42:08 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6de0dcb607c362067c00379e582aad61b303b50e
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Aug 9 16:11:44 2020 +0200

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



reply via email to

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