mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: snd: Update to 20.6.
* gnu/packages/audio.scm (snd): Update to 20.6.
This commit is contained in:
parent
57f5a77483
commit
6de0dcb607
1 changed files with 2 additions and 2 deletions
|
@ -3679,14 +3679,14 @@ (define-public bluez-alsa
|
||||||
(define-public snd
|
(define-public snd
|
||||||
(package
|
(package
|
||||||
(name "snd")
|
(name "snd")
|
||||||
(version "20.5")
|
(version "20.6")
|
||||||
(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
|
||||||
"1frg64q2d8cia6v7jia7kahzx0apwdl0z252mzlbwqdz5960nv90"))))
|
"1h4dsq5xcvwjbnayhn719cln0lg199w3xm59sl9d2jz8bq78gqgj"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Loading…
Reference in a new issue