me
/
guix
Archived
1
0
Fork 0

gnu: rosegarden: Update to 21.12.

* gnu/packages/music.scm (rosegarden): Update to 21.12.
master
Nicolas Goaziou 2021-12-10 00:32:12 +01:00
parent a3cb34f7c5
commit 3d90a81313
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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")