mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
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>
This commit is contained in:
parent
fff9ccbee2
commit
d2fd1ffaa5
1 changed files with 2 additions and 2 deletions
|
@ -1584,7 +1584,7 @@ (define-public python-abjad
|
|||
(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 @@ (define-public abjad-ext-rmakers
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"03nry8lzh3s81yq4lw8y6j63m7zdsl20q7rvx9cfmp3rmbvlaycs"))))
|
||||
"0wma9vzn42h1rhbzh2dwjsrzjhsi1yqdgn6wx1dfk78vaki6prd8"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue