diff options
| author | jgart <jgart@dismail.de> | 2025-06-03 11:17:19 -0500 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2025-06-06 13:10:34 -0500 |
| commit | 6d07443e95ae5c2549ba3dcaea508a61d1d4f517 (patch) | |
| tree | 0c0cc89cae6716c35eff160a4caade51aef9c284 /gnu/packages/python-xyz.scm | |
| parent | 959c0cf6fe991878233a7602be20e58cac21a688 (diff) | |
gnu: python-pypandoc: Update to 1.15.
* gnu/packages/python-xyz.scm (python-pypandoc): Update to 1.15.
Change-Id: I4b1cee8b230448219ce30e0ff8f088a35c03e924
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3185372aca..8a34fa9d78 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -34062,13 +34062,13 @@ By default it uses the open Python vulnerability database Safety DB.") (define-public python-pypandoc (package (name "python-pypandoc") - (version "1.14") + (version "1.15") (source (origin (method url-fetch) (uri (pypi-uri "pypandoc" version)) (sha256 - (base32 "15x161bxr7hky7rvq0jlgf1kxg6vdf069487casmpyxry7slak3b")))) + (base32 "04yfja8p8flvpjakyw7n43jb1jm3863w043l7zb43bhjwzmvw9ga")))) (build-system pyproject-build-system) (arguments (list |
