mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: synthv1: Update to 0.9.5.
* gnu/packages/music.scm (synthv1): Update to 0.9.5.
This commit is contained in:
parent
6ef147bd1d
commit
fc240e7e05
1 changed files with 2 additions and 2 deletions
|
@ -1306,7 +1306,7 @@ (define-public jalv-select
|
|||
(define-public synthv1
|
||||
(package
|
||||
(name "synthv1")
|
||||
(version "0.9.2")
|
||||
(version "0.9.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -1314,7 +1314,7 @@ (define-public synthv1
|
|||
"/synthv1-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1r60l286n8y4a4rrlnbc3h7xk4s2pvqykvskls89prxg0lkpz7kl"))))
|
||||
"1b9w4cml3cmcg09kh852cahas6l9ks8wl3gzp1az8rzxz4229yg1"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; there are no tests
|
||||
|
|
Loading…
Reference in a new issue