gnu: samplv1: Update to 0.9.13.
* gnu/packages/music.scm (samplv1): Update to 0.9.13.
This commit is contained in:
parent
0a54c38790
commit
1eb12d8419
1 changed files with 2 additions and 2 deletions
|
@ -1474,7 +1474,7 @@ (define-public drumkv1
|
|||
(define-public samplv1
|
||||
(package
|
||||
(name "samplv1")
|
||||
(version "0.9.12")
|
||||
(version "0.9.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -1482,7 +1482,7 @@ (define-public samplv1
|
|||
"/samplv1-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0xzjxiqzcf1ygabrjsy0iachhnpy85rp9519fmj2f568r6ml6hzg"))))
|
||||
"0clsp6s5qfnh0xaxbd35vq2ppi72q9dfayrzlgl73800a8p7gh9m"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; there are no tests
|
||||
|
|
Loading…
Reference in a new issue