mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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:
parent
0f56476c79
commit
78eec5b45b
1 changed files with 4 additions and 4 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue