summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-06-28 22:01:45 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:02 +0100
commitc34981dfad679346ff4502b29fe70be4e5c4b0e5 (patch)
tree513bff5c6a591af4c2b4ae5e821248aa5b00591d /gnu/packages/python-xyz.scm
parentcb5e1b3a380e60af2424f0b2899ace3afa871ccf (diff)
gnu: python-mdit-py-plugins: Update to 0.4.2.
* gnu/packages/python-xyz.scm (python-mdit-py-plugins): Update to 0.4.2. [native-inputs]: Remove python-coverage and python-pytest-cov. Change-Id: I10958fd0a06de4759c3c573ab0250226424bbd01
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b75664309a..4734d2f1af 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2455,7 +2455,7 @@ that best match text queries.")
(define-public python-mdit-py-plugins
(package
(name "python-mdit-py-plugins")
- (version "0.4.0")
+ (version "0.4.2")
(source (origin
(method git-fetch) ;for tests
(uri (git-reference
@@ -2464,16 +2464,14 @@ that best match text queries.")
(file-name (git-file-name name version))
(sha256
(base32
- "1790fcf3nd9c5j37fx87x3ivfyihk6l74jxj1qxvw3qfyb96w4k0"))))
+ "0lyv8k3sdm9i9am47z6zx96l9bbd9g8xp06yf2alafkmp0q873b9"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-markdown-it-py
python-attrs))
(native-inputs
- (list python-coverage
- python-flit-core
+ (list python-flit-core
python-pytest
- python-pytest-cov
python-pytest-regressions))
(home-page "https://github.com/executablebooks/mdit-py-plugins")
(synopsis "Collection of plugins for markdown-it-py")