summary refs log tree commit diff
path: root/gnu/packages/music.scm
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2021-10-03 15:07:02 -0400
committerEfraim Flashner <efraim@flashner.co.il>2021-10-04 11:23:59 +0300
commitd2fd1ffaa57f5ce427402d4541ab7d8e79fd6e1b (patch)
tree65ba527d7a08388d1b830614d2bad4e0b9bca327 /gnu/packages/music.scm
parentfff9ccbee27d33c3ab5c08daaee8185c9c4ecb0c (diff)
downloadguix-d2fd1ffaa57f5ce427402d4541ab7d8e79fd6e1b.tar.gz
gnu: abjad-ext-rmakers: Update to 3.4.
* gnu/packages/music.scm (abjad-ext-rmakers): Update to 3.4.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r--gnu/packages/music.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index aeb52666be..332e1b089f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1584,7 +1584,7 @@ typographic detail of symbols on the page.")
 (define-public abjad-ext-rmakers
   (package
     (name "abjad-ext-rmakers")
-    (version "3.3")
+    (version "3.4")
     (source
      (origin
        (method git-fetch)
@@ -1594,7 +1594,7 @@ typographic detail of symbols on the page.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "03nry8lzh3s81yq4lw8y6j63m7zdsl20q7rvx9cfmp3rmbvlaycs"))))
+         "0wma9vzn42h1rhbzh2dwjsrzjhsi1yqdgn6wx1dfk78vaki6prd8"))))
     (build-system python-build-system)
     (arguments
      `(#:phases