[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
178/222: gnu: abjad-ext-nauert: Update to 3.19.
From: |
guix-commits |
Subject: |
178/222: gnu: abjad-ext-nauert: Update to 3.19. |
Date: |
Fri, 1 Nov 2024 10:56:46 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit b7685d8bf5f9bf7971574ffb654086ec705888f1
Author: Nicolas Graves <ngraves@ngraves.fr>
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 <mail@nicolasgoaziou.fr>
---
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 f52502691a..b87d03ac4c 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")
- 124/222: gnu: python-nbclient: Update to 0.10.0., (continued)
- 124/222: gnu: python-nbclient: Update to 0.10.0., guix-commits, 2024/11/01
- 136/222: gnu: python-seaborn: Correct dependencies., guix-commits, 2024/11/01
- 140/222: gnu: python-codespell: Improve package style., guix-commits, 2024/11/01
- 148/222: gnu: Add xcffibgen., guix-commits, 2024/11/01
- 155/222: gnu: conda: Move to pyproject-build-system., guix-commits, 2024/11/01
- 156/222: gnu: conda: Reindent., guix-commits, 2024/11/01
- 157/222: gnu: python-conda-package-handling: Move to pyproject-build-system., guix-commits, 2024/11/01
- 159/222: gnu: python-arrow: Move to pyproject-build-system., guix-commits, 2024/11/01
- 169/222: gnu: python-tinycss: Move to pyproject-build-system., guix-commits, 2024/11/01
- 170/222: gnu: behave: Move to pyproject-build-system., guix-commits, 2024/11/01
- 178/222: gnu: abjad-ext-nauert: Update to 3.19.,
guix-commits <=
- 183/222: gnu: python-jaraco-classes: Move to pyproject-build-system., guix-commits, 2024/11/01
- 184/222: gnu: python-jaraco-context: Move to pyproject-build-system., guix-commits, 2024/11/01
- 187/222: gnu: python-jaraco-test: Move to pyproject-build-system., guix-commits, 2024/11/01
- 189/222: gnu: Add ghc-xcb-types., guix-commits, 2024/11/01
- 193/222: gnu: python-apprise: Improve package style., guix-commits, 2024/11/01
- 195/222: gnu: python-orderedmultidict: Move to pyproject-build-system., guix-commits, 2024/11/01
- 24/222: gnu: python-jupytext: Update to 1.15.0., guix-commits, 2024/11/01
- 61/222: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/01
- 82/222: gnu: python-prometheus-client: Update to 0.20.0., guix-commits, 2024/11/01
- 94/222: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/01