This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 78eec5b45b gnu: powertabeditor: Update to 2.0.22 and move to Qt6.
78eec5b45b is described below

commit 78eec5b45badf87f756e51d12f694e5189b0edff
Author: Andreas Enge <[email protected]>
AuthorDate: Mon Jul 28 12:14:57 2025 +0200

    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
---
 gnu/packages/music.scm | 8 ++++----
 1 file 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))

Reply via email to