diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-05-10 00:53:43 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:52 +0000 |
commit | 5eaac20e1c0fadaf5b678e4d1f620d85105ee08b (patch) | |
tree | 990c84e4e32973505c7d83d44c903e6d57396ad3 | |
parent | f54a4939e643e91f2ab7aae346cd8e18f6355962 (diff) | |
download | guix-5eaac20e1c0fadaf5b678e4d1f620d85105ee08b.tar.gz guix-5eaac20e1c0fadaf5b678e4d1f620d85105ee08b.zip |
gnu: abjad-ext-nauert: Update to 3.19.
* gnu/packages/music.scm (abjad-ext-nauert): Update to 3.19.
[native-inputs]: Remove all native-inputs except lilypond and
python-pytest.
Change-Id: I593fa8e8f3af25cfdd0d8bc476d8c37245f23c33
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
-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 23f4244a85..78f20166e5 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -1856,7 +1856,7 @@ and manipulating rhythms such as accelerandi, taleas, and more.") (define-public abjad-ext-nauert (package (name "abjad-ext-nauert") - (version "3.4") + (version "3.19") (source (origin (method git-fetch) @@ -1865,20 +1865,10 @@ and manipulating rhythms such as accelerandi, taleas, and more.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "05hr2lr6myzi493k8vc19cqzraxxnbdwlckwbnras19l5g5ns38x")))) + (base32 "0j4pf4h27jm3df0dn2rwkdx6zqcxvr7pqchbaa9rffz7q4hbakmf")))) (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") |