sharlatan pushed a commit to branch python-team
in repository guix.
commit e3301f5f707c31156399d0580ee28c615208568f
Author: Nicolas Graves <[email protected]>
AuthorDate: Fri May 10 00:53:43 2024 +0200
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 <[email protected]>
---
gnu/packages/music.scm | 16 +++-------------
1 file changed, 3 insertions(+), 13 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 46e2986b41..0bbde1a74c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1821,7 +1821,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)
@@ -1830,20 +1830,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")