[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/09: gnu: snd: Update to 20.9.
From: |
guix-commits |
Subject: |
04/09: gnu: snd: Update to 20.9. |
Date: |
Mon, 23 Nov 2020 16:12:29 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit c569aae146a9eae0a458a84734b4d0b29f2d1143
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 23 21:35:40 2020 +0100
gnu: snd: Update to 20.9.
* gnu/packages/audio.scm (snd): Update to 20.9.
---
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 df8b8ef..852b56e 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -4086,14 +4086,14 @@ on the ALSA software PCM plugin.")
(define-public snd
(package
(name "snd")
- (version "20.8")
+ (version "20.9")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/"
"snd-" version ".tar.gz"))
(sha256
(base32
- "1hw81innyyiwiyb8jkpq9aj7idmcb41yvgd1blac997023h78sss"))))
+ "0jxkycxn6jcbs4gklk9sk3gfr0y26dz1m71nxah9rnx80wnzj6hr"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:tests? #f ; no tests
- branch master updated (be4d952 -> 94147d6), guix-commits, 2020/11/23
- 07/09: gnu: mujs: Update to 1.0.9., guix-commits, 2020/11/23
- 06/09: gnu: mujs: Fetch sources from git., guix-commits, 2020/11/23
- 04/09: gnu: snd: Update to 20.9.,
guix-commits <=
- 05/09: gnu: gpodder: Update to 3.10.17., guix-commits, 2020/11/23
- 08/09: gnu: mujs: Cross-compile., guix-commits, 2020/11/23
- 09/09: gnu: mujs: Omit static library., guix-commits, 2020/11/23
- 02/09: gnu: djview: Update to 4.12., guix-commits, 2020/11/23
- 03/09: gnu: libraqm: Update to 0.7.1., guix-commits, 2020/11/23
- 01/09: gnu: mtpaint: Update to 3.49.33., guix-commits, 2020/11/23