mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: synthv1: Update to 0.8.6.
* gnu/packages/music.scm (synthv1): Update to 0.8.6.
This commit is contained in:
parent
4a5c398622
commit
49e41cd34b
1 changed files with 2 additions and 2 deletions
|
@ -1266,7 +1266,7 @@ (define-public jalv-select
|
||||||
(define-public synthv1
|
(define-public synthv1
|
||||||
(package
|
(package
|
||||||
(name "synthv1")
|
(name "synthv1")
|
||||||
(version "0.8.5")
|
(version "0.8.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -1274,7 +1274,7 @@ (define-public synthv1
|
||||||
"/synthv1-" version ".tar.gz"))
|
"/synthv1-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mvrqk6jy7h2wg442ixwm49w7x15rs4066c2ljrz4kvxlzp5z69i"))))
|
"141ah1gnv5r2k846v5ay15q9q90h01p74240a56vlxqh20z43g92"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests.
|
`(#:tests? #f ; There are no tests.
|
||||||
|
|
Loading…
Reference in a new issue