[PATCH] gnu:surge-synth: Update to 1.9.0.

  • Open
  • quality assurance status badge
Details
One participant
  • Thorsten Wilms
Owner
unassigned
Submitted by
Thorsten Wilms
Severity
normal
T
T
Thorsten Wilms wrote on 9 Nov 2021 21:38
(address . guix-patches@gnu.org)(name . Thorsten Wilms)(address . t_w_@freenet.de)
20211109203802.10742-1-t_w_@freenet.de
* gnu/packages/music.scm (surge-synth): Update to 1.9.0.
---
gnu/packages/music.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

Toggle diff (41 lines)
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 51729@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 51729
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch