guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 45a3560ce6f02b8f1b9587dfb1f9890441a1ce93
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun May 31 23:14:21 2026 +0100
gnu: python-mdurl: Swap python-flit with python-flit-core.
* gnu/packages/python-xyz.scm (python-mdurl):
[native-inputs]: Remove python-flit; add python-flit-core.
Change-Id: Iddab67e0f7a47468004dd1319bb993f972463cc1
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4e9162319d..b473ab5d12 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4523,7 +4523,7 @@ that best match text queries.")
(version "0.1.2")
(source
(origin
- (method git-fetch) ; no tests data in PyPi package
+ (method git-fetch)
(uri (git-reference
(url "https://github.com/executablebooks/mdurl")
(commit version)))
@@ -4531,7 +4531,7 @@ that best match text queries.")
(sha256
(base32 "0csc777q42jzv4zgdzxmwp8xqlb92ws1jvj09m2smh4klw67q5f3"))))
(build-system pyproject-build-system)
- (native-inputs (list python-flit python-pytest))
+ (native-inputs (list python-flit-core python-pytest))
(home-page "https://github.com/executablebooks/mdurl")
(synopsis "Markdown URL utilities")
(description