diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-05-10 00:53:42 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:52 +0000 |
commit | f54a4939e643e91f2ab7aae346cd8e18f6355962 (patch) | |
tree | 58a2276b3ca1013c8c3bb91884f115ece9bb635a /gnu/packages/music.scm | |
parent | d130524d70fa5485bb697671a8e9db11650f6cfc (diff) | |
download | guix-f54a4939e643e91f2ab7aae346cd8e18f6355962.tar.gz guix-f54a4939e643e91f2ab7aae346cd8e18f6355962.zip |
gnu: abjad-ext-rmakers: Update to 3.19.
* gnu/packages/music.scm (abjad-ext-rmakers): Update to 3.19.
[native-inputs]: Remove all native-inputs except lilypond and
python-pytest.
Change-Id: I83f7d8c93d7f764ddc8416239873f4126fa66ce6
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu/packages/music.scm')
-rw-r--r-- | gnu/packages/music.scm | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 027a0d7ec9..23f4244a85 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1831,7 +1831,7 @@ typographic detail of symbols on the page.") (define-public abjad-ext-rmakers (package (name "abjad-ext-rmakers") - (version "3.4") + (version "3.19") (source (origin (method git-fetch) @@ -1840,20 +1840,10 @@ typographic detail of symbols on the page.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "0wma9vzn42h1rhbzh2dwjsrzjhsi1yqdgn6wx1dfk78vaki6prd8")))) + (base32 "1y8s55b4mlsigm0xkk6qjpp08c75rv0swvjp0lj3cs6lgqdjxdjl")))) (build-system pyproject-build-system) (native-inputs - (list lilypond - python-black - python-flake8 - python-iniconfig - python-isort - python-mypy - python-pytest - python-pytest-cov - python-pytest-helpers-namespace - python-sphinx-autodoc-typehints)) + (list lilypond python-pytest)) (propagated-inputs (list abjad)) (home-page "https://abjad.github.io") |