unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#51729] [PATCH] gnu:surge-synth: Update to 1.9.0.
@ 2021-11-09 20:38 Thorsten Wilms
  0 siblings, 0 replies; only message in thread
From: Thorsten Wilms @ 2021-11-09 20:38 UTC (permalink / raw)
  To: 51729; +Cc: Thorsten Wilms

* gnu/packages/music.scm (surge-synth): Update to 1.9.0.
---
 gnu/packages/music.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 32ed4081b6..b8c4d5cdc4 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -44,6 +44,7 @@
 ;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
 ;;; Copyright © 2021 Xinglu Chen <public@yoctocell.xyz>
 ;;; Copyright © 2021 Thomas Albers Raviola <thomas@thomaslabs.org>
+;;; Copyright © 2021 Thorsten Wilms <t_w_@freenet.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1109,7 +1110,7 @@ (define-public fluida-lv2
 (define-public surge-synth
   (package
    (name "surge-synth")
-   (version "1.7.1")
+   (version "1.9.0")
    (source
      (origin
        (method git-fetch)
@@ -1120,7 +1121,7 @@ (define-public surge-synth
         (file-name (git-file-name name version))
         (sha256
          (base32
-          "1jhk8iaqh89dnci4446b47315v2lc8gclraygk8m9jl20zpjxl0l"))))
+          "0bl73i34ql8zl9g3p3m4kvmfzzy1rngq04slvjws0pg98jzggjv8"))))
    (build-system cmake-build-system)
    (arguments
     `(#:tests? #f ; no tests included
@@ -1161,7 +1162,7 @@ (define-public surge-synth
    (inputs
     `(("cairo" ,cairo)
       ("libxkbcommon" ,libxkbcommon)
-      ("python" ,python)
+      ("python" ,python-wrapper)
       ("xcb-util" ,xcb-util)
       ("xcb-util-cursor" ,xcb-util-cursor)
       ("xcb-util-keysyms" ,xcb-util-keysyms)))
-- 
2.33.1





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-11-09 20:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09 20:38 [bug#51729] [PATCH] gnu:surge-synth: Update to 1.9.0 Thorsten Wilms

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).