aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/music.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0a472a6880..bf502e0e80 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5008,7 +5008,7 @@ specification and header.")
(define-public rosegarden
(package
(name "rosegarden")
- (version "22.06")
+ (version "22.12")
(source
(origin
(method url-fetch)
@@ -5016,7 +5016,7 @@ specification and header.")
(version-major+minor version) "/"
"rosegarden-" version ".tar.bz2"))
(sha256
- (base32 "1nzs6g8g36g37zi8dl7gznc77596418g6rzm9a5vxcgbam8q494h"))))
+ (base32 "061xy3flmj7bllibkp5wzdycvghfxvyzdr9g9yrr5q3m70a7wznz"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DCMAKE_BUILD_TYPE=Release")
@@ -5081,6 +5081,7 @@ specification and header.")
lilypond
lrdf
qtbase-5
+ shared-mime-info
tar
lirc
wavpack
/td> 2018-09-08tests: base: Add Guile-Gcrypt & co. to the search path....Ludovic Courtès 2018-07-13services: mcron: Add 'schedule' action....Ludovic Courtès 2018-07-03tests: basic: Wait for /var/run/shepherd/socket to be ready....Ludovic Courtès 2018-06-20services: boot: Take gexps instead of monadic gexps....Ludovic Courtès 2018-06-20services: cleanup: Expect file names to be UTF-8-encoded....Ludovic Courtès 2018-06-13tests: Honor the return value of 'start-service'....Clément Lassieur 2018-04-19gnu: mcron: Update to 1.1.1....Ludovic Courtès 2018-03-19gnu: mcron: Update to 1.1 and deprecate "mcron2"....Ludovic Courtès 2018-02-19tests: Remove outdated comment....Ludovic Courtès 2017-09-26tests: mcron: Adjust use of 'wait-for-file'....Ludovic Courtès 2017-09-08marionette: 'wait-for-file' can be passed a read procedure....Ludovic Courtès 2017-08-28services: user-processes: Reap child processes....Ludovic Courtès 2017-07-20tests: Use 'virtual-machine' records instead of monadic procedures....Ludovic Courtès 2017-06-12marionette: Factorize 'wait-for-file'....Ludovic Courtès 2017-05-30activation: Change permissions on /root to #o700....Ludovic Courtès 2017-05-18services: user-homes: Do not create home directories marked as no-create....Ludovic Courtès 2017-05-13tests: "basic" test loads (guix …) modules from the right place....Ludovic Courtès 2017-05-13tests: Strengthen GC root test....Ludovic Courtès 2017-04-16services: 'service-parameters' becomes 'service-value'....Ludovic Courtès 2017-04-01tests: Introduce 'simple-operating-system' and use it....Ludovic Courtès 2017-02-08services: Add 'special-files-service-type'....Ludovic Courtès 2017-02-04activation: Set the right owner for home directories....Ludovic Courtès 2017-02-01system: Create home directories once 'file-systems' is up....Ludovic Courtès 2017-01-24services: Create /var/log/wtmp upon activation....Ludovic Courtès 2017-01-19services: Create /var/run/utmpx upon activation....Ludovic Courtès