diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-06 16:14:04 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-06 18:14:26 +0100 |
| commit | 719976311a838d82fb79278f1fb4f48a2bef0ac2 (patch) | |
| tree | 99e63748e908bdfbba87d8f193a512b388aa6c08 | |
| parent | 94a61f4fbbca7376403330a376c5d6a66230d52c (diff) | |
gnu: python-mwparserfromhell: Update to 0.7.2.
* gnu/packages/python-web.scm (python-mwparserfromhell): Update to 0.7.2.
Change-Id: I8f623fc66ec0336c52e8bfb017eb11bddc608ba4
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/python-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 3594cca9a37..557478c83cc 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -10557,7 +10557,7 @@ real-life projects with legacy data and diverse storage providers.") (define-public python-mwparserfromhell (package (name "python-mwparserfromhell") - (version "0.6.3") + (version "0.7.2") (source (origin (method git-fetch) @@ -10566,7 +10566,7 @@ real-life projects with legacy data and diverse storage providers.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1h8xih37mw7lkxsdrkgp9lwl25zr3ldsx5hh0rd5g2sgfrf3yyyg")))) + (base32 "083ir0nccm14431mmn243862gq731ww98fwpd95zm1yccvpzdy68")))) (build-system pyproject-build-system) (native-inputs (list python-pytest python-setuptools-next)) (home-page "https://github.com/earwig/mwparserfromhell") |
