diff mbox series

[bug#40175] Acknowledgement ([PATCH] gnu: geonkick: update to 1.9.2.)

Message ID 299b98ce6679e253a921ac51dec2f7f3d229ade5.camel@zrythm.org
State Accepted
Headers show
Series [bug#40175] Acknowledgement ([PATCH] gnu: geonkick: update to 1.9.2.) | expand

Checks

Context Check Description
cbaines/comparison success View comparision
cbaines/git branch success View Git branch
cbaines/applying patch fail View Laminar job

Commit Message

Alexandros Theodotou March 21, 2020, 8:11 p.m. UTC
Oops, forgot the patch.

Comments

Mathieu Othacehe March 23, 2020, 8:08 p.m. UTC | #1
> Oops, forgot the patch.

Same remark as for "zrythm" patch :)

Thanks,

Mathieu
diff mbox series

Patch

From a38eb114dae3549eb7f9d7aa01db785118a50ebd Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
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