[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/08: gnu: snd: Update to 19.3.
From: |
guix-commits |
Subject: |
04/08: gnu: snd: Update to 19.3. |
Date: |
Tue, 16 Apr 2019 23:59:18 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b24ada5110e9f6b5b3d4777d6de3c48d12bb3fec
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Apr 16 23:26:01 2019 +0200
gnu: snd: Update to 19.3.
* gnu/packages/audio.scm (snd): Update to 19.3.
---
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 10dab82..c6ea0c9 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -3385,14 +3385,14 @@ on the ALSA software PCM plugin.")
(define-public snd
(package
(name "snd")
- (version "19.2")
+ (version "19.3")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/"
"snd-" version ".tar.gz"))
(sha256
(base32
- "1a6ls2hyvggss12idca22hq5vsq4jw2xkwrx22dx29i9926gdr6h"))))
+ "16j3fqyw361wdsr1076f0p3va2y7wdzq1lvr4ijz1ajmbxdlc723"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:tests? #f ; no tests
- branch master updated (e28ff04 -> 9b15ef9), guix-commits, 2019/04/16
- 02/08: gnu: emacs-irony-mode: Fix typo in description., guix-commits, 2019/04/16
- 01/08: gnu: rubberband: Update to 1.8.2., guix-commits, 2019/04/16
- 03/08: gnu: bennu-game-development-modules: Fix typos., guix-commits, 2019/04/16
- 05/08: gnu: minetest: Update to 5.0.1., guix-commits, 2019/04/16
- 04/08: gnu: snd: Update to 19.3.,
guix-commits <=
- 06/08: gnu: dungeon-crawl-stone-soup: Update to 0.23.2., guix-commits, 2019/04/16
- 07/08: gnu: the-legend-of-edgar: Update to 1.31., guix-commits, 2019/04/16
- 08/08: gnu: calf: Update to 0.90.2., guix-commits, 2019/04/16