gnu: powertabeditor: Update to 2.0.22 and move to Qt6.

* gnu/packages/music.scm (powertabeditor): Update to 2.0.22.
[inputs]: Remove qtbase-5 and qttools-5; add qtbase and qttools.

Change-Id: I0f1ecea246d78d9df1dc1c69872f44fd77ae91fb
This commit is contained in:
Andreas Enge 2025-07-28 12:14:57 +02:00
parent 0f56476c79
commit 78eec5b45b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2306,7 +2306,7 @@ your own lessons.")
(define-public powertabeditor
(package
(name "powertabeditor")
(version "2.0.0-alpha19")
(version "2.0.22")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2315,7 +2315,7 @@ your own lessons.")
(file-name (git-file-name name version))
(sha256
(base32
"1fbrfw1ky57nms47pcfdrrwpa2jmgc8vgc68sz96wkvs49zzm5d1"))))
"1pn8wcmxsvffh8b3slsrbdb6l5s1mdbl3x41i4l170ld0p6fv92n"))))
(build-system cmake-build-system)
(arguments
(list
@ -2330,8 +2330,8 @@ your own lessons.")
minizip
nlohmann-json
pugixml
qtbase-5
qttools-5 ;for Qt5LinguistTools
qtbase
qttools ;for QtLinguistTools
rtmidi
timidity++
zlib))