guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: rosegarden: Update to 22.06.


From: guix-commits
Subject: branch master updated: gnu: rosegarden: Update to 22.06.
Date: Wed, 06 Jul 2022 13:45:25 -0400

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

commit 8821777808c852fb6cd7e93695bcb43681c5a803
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 6 19:45:01 2022 +0200

    gnu: rosegarden: Update to 22.06.
    
    * gnu/packages/music.scm (rosegarden): Update to 22.06.
---
 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 cc9bae5612..5bc5724370 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4942,7 +4942,7 @@ specification and header.")
 (define-public rosegarden
   (package
     (name "rosegarden")
-    (version "21.12")
+    (version "22.06")
     (source
      (origin
        (method url-fetch)
@@ -4950,7 +4950,7 @@ specification and header.")
                            (version-major+minor version) "/"
                            "rosegarden-" version ".tar.bz2"))
        (sha256
-        (base32 "02984qff9rc2r83a5a5zgwawfgd583gnj2w3zvllsxaf0vdx6gnw"))))
+        (base32 "1nzs6g8g36g37zi8dl7gznc77596418g6rzm9a5vxcgbam8q494h"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DCMAKE_BUILD_TYPE=Release")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]