diff options
author | Andreas Enge <andreas@enge.fr> | 2025-07-28 12:14:57 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-28 12:15:08 +0200 |
commit | 78eec5b45badf87f756e51d12f694e5189b0edff (patch) | |
tree | feab04d4f828e6171b2e3e1ac5d412ffe9c3ed3a | |
parent | 0f56476c79189a79d9774b8c7ced28ee170ef195 (diff) |
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
-rw-r--r-- | gnu/packages/music.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index d11099d0c5..0ecbf28bdc 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -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)) |