mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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 @@ (define-public zam-plugins
|
||||||
(define-public geonkick
|
(define-public geonkick
|
||||||
(package
|
(package
|
||||||
(name "geonkick")
|
(name "geonkick")
|
||||||
(version "1.9.0")
|
(version "1.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -4975,7 +4975,7 @@ (define-public geonkick
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17mwxnmxszdm2wjbigciwh8qx0487q9qhf4sl92y6nqdb0dlghnl"))))
|
"1a59wnm4035kjhs66hihlkiv45p3ffb2yaj1awvyyi5f0lds5zvh"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no tests included
|
`(#:tests? #f ;no tests included
|
||||||
|
|
Loading…
Reference in a new issue