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 21.12.


From: guix-commits
Subject: branch master updated: gnu: rosegarden: Update to 21.12.
Date: Thu, 09 Dec 2021 18:32:44 -0500

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 3d90a81  gnu: rosegarden: Update to 21.12.
3d90a81 is described below

commit 3d90a81313c27c0ff2a450b76c1bb2570a56e5f0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Dec 10 00:32:12 2021 +0100

    gnu: rosegarden: Update to 21.12.
    
    * gnu/packages/music.scm (rosegarden): Update to 21.12.
---
 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 60cff2c..9d2fad8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5214,7 +5214,7 @@ specification and header.")
 (define-public rosegarden
   (package
     (name "rosegarden")
-    (version "21.06.1")
+    (version "21.12")
     (source
      (origin
        (method url-fetch)
@@ -5222,7 +5222,7 @@ specification and header.")
                            (version-major+minor version) "/"
                            "rosegarden-" version ".tar.bz2"))
        (sha256
-        (base32 "0yir279gxc5b298sr0fg9jxgdi75bb1gvvy4mh3pxqjsnp00sxc7"))))
+        (base32 "02984qff9rc2r83a5a5zgwawfgd583gnj2w3zvllsxaf0vdx6gnw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags '("-DCMAKE_BUILD_TYPE=Release")



reply via email to

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