Archived
1
0
Fork 0

gnu: samplv1: Update to 0.9.12.

* gnu/packages/music.scm (samplv1): Update to 0.9.12.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-03 01:32:40 +01:00
parent 2e90d8225f
commit e0a4cc97bf
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -1479,7 +1479,7 @@ effects.")
(define-public samplv1 (define-public samplv1
(package (package
(name "samplv1") (name "samplv1")
(version "0.9.11") (version "0.9.12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1487,7 +1487,7 @@ effects.")
"/samplv1-" version ".tar.gz")) "/samplv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"17zs8kvvwqv00bm4lxpn09a5hxjlbz7k5mkl3k7jspw7rqn3djf2")))) "0xzjxiqzcf1ygabrjsy0iachhnpy85rp9519fmj2f568r6ml6hzg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests