gnu: samplv1: Update to 0.8.5.

* gnu/packages/music.scm (samplv1): Update to 0.8.5.
This commit is contained in:
Ricardo Wurmus 2017-12-03 23:10:28 +01:00
parent 54c76c2603
commit 98a26dc889
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1150,7 +1150,7 @@ (define-public drumkv1
(define-public samplv1 (define-public samplv1
(package (package
(name "samplv1") (name "samplv1")
(version "0.8.4") (version "0.8.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1158,7 +1158,7 @@ (define-public samplv1
"/samplv1-" version ".tar.gz")) "/samplv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"107p2xsj066q2bil0xcgqrrn7lawp02wzf7qmlajcbnd79jhsi6i")))) "1gscwybsbaqbnylmgf2baf71cm2g7a0pd11rqmk3cz9hi3lyjric"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; There are no tests. `(#:tests? #f ; There are no tests.