guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#70855] [PATCH 47/92] gnu: abjad-ext-rmakers: Update to 3.19.


From: Nicolas Graves
Subject: [bug#70855] [PATCH 47/92] gnu: abjad-ext-rmakers: Update to 3.19.
Date: Fri, 10 May 2024 00:53:42 +0200

* 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
---
 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 b5895b9a494..eb2fc5edf0a 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1718,7 +1718,7 @@ (define-public abjad
 (define-public abjad-ext-rmakers
   (package
     (name "abjad-ext-rmakers")
-    (version "3.4")
+    (version "3.19")
     (source
      (origin
        (method git-fetch)
@@ -1727,20 +1727,10 @@ (define-public abjad-ext-rmakers
          (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";)
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]