mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: geonkick: Update to 1.10.0.
* gnu/packages/music.scm (geonkick): Update to 1.10.0. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
parent
4656c95c06
commit
50c5b68279
1 changed files with 2 additions and 2 deletions
|
@ -4965,7 +4965,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
|
|||
(define-public geonkick
|
||||
(package
|
||||
(name "geonkick")
|
||||
(version "1.9.0")
|
||||
(version "1.10.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4975,7 +4975,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"17mwxnmxszdm2wjbigciwh8qx0487q9qhf4sl92y6nqdb0dlghnl"))))
|
||||
"1a59wnm4035kjhs66hihlkiv45p3ffb2yaj1awvyyi5f0lds5zvh"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no tests included
|
||||
|
|
Loading…
Reference in a new issue