@@ -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)))