This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ca1085a82d gnu: frescobaldi: Update to 4.0.5.
ca1085a82d is described below

commit ca1085a82d7951232dd7c7e80221ae944a2dad72
Author: Patrick Norton <[email protected]>
AuthorDate: Sat Feb 28 08:40:14 2026 -0500

    gnu: frescobaldi: Update to 4.0.5.
    
    * gnu/packages/music.scm (frescobaldi): Update to 4.0.5.
    
    Change-Id: I6284bd7cb88add275ac5b795528af5971311c9f1
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 726c28dbc7..75d4554fc6 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3232,7 +3232,7 @@ MIDI files, based on libsmf.")
 (define-public frescobaldi
   (package
     (name "frescobaldi")
-    (version "4.0.4")
+    (version "4.0.5")
     (source
      (origin
        (method git-fetch)
@@ -3241,7 +3241,7 @@ MIDI files, based on libsmf.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "03ygnq7x37hnw68nkw0175m0b4ngkhgigf85pjw0sx0dbkwh4i17"))))
+        (base32 "01pkj0drz2cmn907m15871f5rvgkp30ajy6cydxpisyklpq2qlm7"))))
     (build-system pyproject-build-system)
     (arguments
      (list

Reply via email to