From a38eb114dae3549eb7f9d7aa01db785118a50ebd Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Sat, 21 Mar 2020 20:07:11 +0000 Subject: [PATCH] gnu: geonkick: update to 1.9.2. * gnu/packages/music.scm (geonkick): Update to 1.9.2. --- gnu/packages/music.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 05f5ef5697..32a4f73648 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -4970,7 +4970,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.") (define-public geonkick (package (name "geonkick") - (version "1.9.0") + (version "1.9.2") (source (origin (method git-fetch) @@ -4980,7 +4980,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.") (file-name (git-file-name name version)) (sha256 (base32 - "17mwxnmxszdm2wjbigciwh8qx0487q9qhf4sl92y6nqdb0dlghnl")))) + "1y3jdsxjczjxxyw8i8j7qnrr2wmv58j3f6z7q2djk61f3fzbx6s8")))) (build-system cmake-build-system) (arguments `(#:tests? #f ;no tests included @@ -4994,7 +4994,6 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.") ("hicolor-icon-theme" ,hicolor-icon-theme) ("jack" ,jack-1) ;for the standalone JACK application ("libsndfile" ,libsndfile) - ("libx11" ,libx11) ("redkite" ,redkite) ("rapidjson" ,rapidjson))) (native-inputs -- 2.25.1