GNU bug report logs -
#51729
[PATCH] gnu:surge-synth: Update to 1.9.0.
Previous Next
To reply to this bug, email your comments to 51729 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#51729
; Package
guix-patches
.
(Tue, 09 Nov 2021 20:39:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Thorsten Wilms <t_w_ <at> freenet.de>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 09 Nov 2021 20:39:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 <at> netpanic.org>
;;; Copyright © 2021 Xinglu Chen <public <at> yoctocell.xyz>
;;; Copyright © 2021 Thomas Albers Raviola <thomas <at> thomaslabs.org>
+;;; Copyright © 2021 Thorsten Wilms <t_w_ <at> 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
This bug report was last modified 3 years and 10 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.