mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: synthv1: Update to 0.9.23.
* gnu/packages/music.scm (synthv1): Update to 0.9.23.
This commit is contained in:
parent
98da6e511c
commit
8608db8edd
1 changed files with 2 additions and 2 deletions
|
@ -2219,7 +2219,7 @@ (define-public jalv-select
|
|||
(define-public synthv1
|
||||
(package
|
||||
(name "synthv1")
|
||||
(version "0.9.22")
|
||||
(version "0.9.23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -2227,7 +2227,7 @@ (define-public synthv1
|
|||
"/synthv1-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cmxbsfhkkyqn97rc47cb7d3bv6bd9r71xp4z85mi2kl3q4k569i"))))
|
||||
"03lvq84pg0agdn16i7ng6j7lp1ii3inf4pzjypnkywb2km7zcpni"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; there are no tests
|
||||
|
|
Loading…
Reference in a new issue