diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-11 23:28:01 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:36 +0100 |
| commit | 92b76e8c12676789a266c3c0f2b23c8817c09d87 (patch) | |
| tree | 219d8af01d3adfd37dfab0e9e96e576a789184a1 /gnu/packages/python-build.scm | |
| parent | 62a443d7cc2f96dc98c1c611524f6d4c3b0c682d (diff) | |
gnu: python-hatch-fancy-pypi-readme: Update to 25.1.0.
* gnu/packages/python-build.scm (python-hatch-fancy-pypi-readme): Update to 25.1.0.
[propagated-inputs]: Remove python-typing-extensions.
Change-Id: Iaa5d2e74d2da831af31f7205b4cf98ad2b816e22
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 200aa4efaf6..c640a1eb999 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -882,17 +882,16 @@ package docstring.") (define-public python-hatch-fancy-pypi-readme (package (name "python-hatch-fancy-pypi-readme") - (version "22.8.0") - (source (origin - (method url-fetch) - (uri (pypi-uri "hatch_fancy_pypi_readme" version)) - (sha256 - (base32 - "0sn2wsfbpsbf2mqhjvw62h1cfy5mz3d7iqyqvs5c20cnl0n2i4fs")))) + (version "25.1.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "hatch_fancy_pypi_readme" version)) + (sha256 + (base32 "0i803kq80qx0k1lj3z69zw40ynqxml4p1qsc851izmchzwyysn4w")))) (build-system pyproject-build-system) (arguments (list #:tests? #f)) ;avoid extra test dependencies - (propagated-inputs (list python-hatchling python-tomli - python-typing-extensions)) + (propagated-inputs (list python-hatchling python-tomli)) (home-page "https://github.com/hynek/hatch-fancy-pypi-readme") (synopsis "Fancy PyPI READMEs with Hatch") (description "This hatch plugin allows defining a project description in |
