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

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 53989cb5d4 gnu: rosegarden: Update to 24.12.
53989cb5d4 is described below

commit 53989cb5d409e8df5063ca8a21c8959783dae91f
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Thu Dec 26 13:56:29 2024 +0100

    gnu: rosegarden: Update to 24.12.
    
    * gnu/packages/music.scm (rosegarden): Update to 24.12.
    
    Change-Id: I110f736efd1281a6eaf3c4b3a16c150fe016b465
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index fc6e774eda..9cc2dc0455 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5611,7 +5611,7 @@ specification and header.")
 (define-public rosegarden
   (package
     (name "rosegarden")
-    (version "24.06")
+    (version "24.12")
     (source
      (origin
        (method url-fetch)
@@ -5619,7 +5619,7 @@ specification and header.")
                            (version-major+minor version) "/"
                            "rosegarden-" version ".tar.xz"))
        (sha256
-        (base32 "09www13ndba14krzycwm44qgcy7j11wa6a6xiqh6i2hjghlx8v46"))))
+        (base32 "1k0mpxpakcywss7pi50nzn54ak90svjavr4qk6yi9bq9dc9ncgvz"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to