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 2dc8e09ded gnu: python-music21: Update to 10.5.0.
2dc8e09ded is described below
commit 2dc8e09ded11b62937a46da89a3aee69d59381cc
Author: jgart <[email protected]>
AuthorDate: Sat Jul 11 02:02:32 2026 +0100
gnu: python-music21: Update to 10.5.0.
* gnu/packages/music.scm (python-music21): Update to 10.5.0.
Change-Id: I66878b4145ad84321db51b8e8982eefb7cf87d5f
---
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 4dce80b546..02c157b11d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1547,13 +1547,13 @@ scores.")
(define-public python-music21
(package
(name "python-music21")
- (version "9.9.1")
+ (version "10.5.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "music21" version))
(sha256
- (base32 "10i5y71zw2vjf8z8rm1v8vdwkas92lyrkk015r5c6kipnb2575sl"))))
+ (base32 "1cixrvrcwpwvxiaqmal8j3w4ci1319mj9fz3njzr5d9wjpxpc9pp"))))
(build-system pyproject-build-system)
(arguments
`(#:phases