guix-commits
[Top][All Lists]
Advanced

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

24/25: gnu: snd: Update to 20.4.


From: guix-commits
Subject: 24/25: gnu: snd: Update to 20.4.
Date: Sat, 13 Jun 2020 18:49:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit b9587aa3c7064c5ba48ca25a01ee71d84284f1b2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jun 11 19:03:22 2020 +0200

    gnu: snd: Update to 20.4.
    
    * gnu/packages/audio.scm (snd): Update to 20.4.
---
 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 b2ffeff..a9f3459 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3586,14 +3586,14 @@ on the ALSA software PCM plugin.")
 (define-public snd
   (package
     (name "snd")
-    (version "19.9")
+    (version "20.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/";
                                   "snd-" version ".tar.gz"))
               (sha256
                (base32
-                "13s8fahpsjygjdrcwmprcrz23ny3klaj2rh2xzdv3bfs69gxvhys"))))
+                "0irdizlng2s3akmxdbfxcbd93bbjz9543nh7fisszim6v0ks59d9"))))
     (build-system glib-or-gtk-build-system)
     (arguments
      `(#:tests? #f                      ; no tests



reply via email to

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