mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: abjad-ext-nauert: Update to 3.4.
* gnu/packages/music.scm (abjad-ext-nauert): Update to 3.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
69d7efbf99
commit
fff9ccbee2
1 changed files with 2 additions and 2 deletions
|
@ -1626,7 +1626,7 @@ (define-public abjad-ext-rmakers
|
|||
(define-public abjad-ext-nauert
|
||||
(package
|
||||
(name "abjad-ext-nauert")
|
||||
(version "3.3")
|
||||
(version "3.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1636,7 +1636,7 @@ (define-public abjad-ext-nauert
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"07vgfjh32vmf652lcl2vrbzr0h6nld00qbgwbf9i1kk3xwhvklc9"))))
|
||||
"05hr2lr6myzi493k8vc19cqzraxxnbdwlckwbnras19l5g5ns38x"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Reference in a new issue