mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: samplv1: Update to 0.9.12.
* gnu/packages/music.scm (samplv1): Update to 0.9.12.
This commit is contained in:
parent
2e90d8225f
commit
e0a4cc97bf
1 changed files with 2 additions and 2 deletions
|
@ -1479,7 +1479,7 @@ (define-public drumkv1
|
|||
(define-public samplv1
|
||||
(package
|
||||
(name "samplv1")
|
||||
(version "0.9.11")
|
||||
(version "0.9.12")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -1487,7 +1487,7 @@ (define-public samplv1
|
|||
"/samplv1-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17zs8kvvwqv00bm4lxpn09a5hxjlbz7k5mkl3k7jspw7rqn3djf2"))))
|
||||
"0xzjxiqzcf1ygabrjsy0iachhnpy85rp9519fmj2f568r6ml6hzg"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; there are no tests
|
||||
|
|
Loading…
Reference in a new issue