me
/
guix
Archived
1
0
Fork 0

gnu: rosegarden: Update to 22.06.

* gnu/packages/music.scm (rosegarden): Update to 22.06.
master
Nicolas Goaziou 2022-07-06 19:45:01 +02:00
parent 7535fc29fb
commit 8821777808
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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