gnu: snd: Update to 19.3.

* gnu/packages/audio.scm (snd): Update to 19.3.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-16 23:26:01 +02:00
parent 0525864bdc
commit b24ada5110
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3385,14 +3385,14 @@ (define-public bluez-alsa
(define-public snd (define-public snd
(package (package
(name "snd") (name "snd")
(version "19.2") (version "19.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/" (uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/"
"snd-" version ".tar.gz")) "snd-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1a6ls2hyvggss12idca22hq5vsq4jw2xkwrx22dx29i9926gdr6h")))) "16j3fqyw361wdsr1076f0p3va2y7wdzq1lvr4ijz1ajmbxdlc723"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests