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 f3689976da gnu: rosegarden: Update to 24.06.
f3689976da is described below

commit f3689976da3d23b0a73cf1733da04add5e1035ee
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
AuthorDate: Sat Jun 29 19:00:49 2024 +0200

    gnu: rosegarden: Update to 24.06.
    
    * gnu/packages/music.scm (rosegarden): Update to 24.06.
    
    Change-Id: Ibca5fc58e07fcd8b7c548d50085700a249c6dc85
---
 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 c12bb843fe..540908fc8e 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5633,7 +5633,7 @@ specification and header.")
 (define-public rosegarden
   (package
     (name "rosegarden")
-    (version "23.12")
+    (version "24.06")
     (source
      (origin
        (method url-fetch)
@@ -5641,7 +5641,7 @@ specification and header.")
                            (version-major+minor version) "/"
                            "rosegarden-" version ".tar.xz"))
        (sha256
-        (base32 "0clkzrs931dypvqcn5hzx2v3bq9gc439g71phahgwkh4c1jfcmrz"))))
+        (base32 "09www13ndba14krzycwm44qgcy7j11wa6a6xiqh6i2hjghlx8v46"))))
     (build-system cmake-build-system)
     (arguments
      (list

Reply via email to