diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-31 13:11:15 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-31 13:12:18 +0000 |
| commit | eb4aa7bd2c407bd18df7a6af3939672666611e4a (patch) | |
| tree | b91159ba3ed6f68fa496d59210cf469e4b973cdb /gnu | |
| parent | 8240f35e15ab46f36d76b4ea5518113c67e2c607 (diff) | |
gnu: python-pymd4c: Update to 1.1.2.
* gnu/packages/python-xyz.scm (python-pymd4c): Update to 1.1.2.
Change-Id: I712e7868b078c4ca3cea594e78c71393cb3e12f3
Diffstat (limited to 'gnu')
| -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 8fbed814084..9b8d680e12b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4343,7 +4343,7 @@ state changes.") (define-public python-pymd4c (package (name "python-pymd4c") - (version "0.4.6.0b1") + (version "1.1.2") (source (origin (method git-fetch) @@ -4352,7 +4352,7 @@ state changes.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0skmdn2bxfc546djxapdgb0bjvlr3c7a3kkv7j3bpx9zw09m0rcs")))) + (base32 "0wr2xg8iqzv3z4m2bknr0pjf3gknzj932li0yy9fmja7mvrawlhw")))) (build-system pyproject-build-system) (arguments (list #:tests? #f)) ; No tests. (inputs (list md4c)) |
