1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-pymd4c: Update to 1.1.2.

* gnu/packages/python-xyz.scm (python-pymd4c): Update to 1.1.2.

Change-Id: I712e7868b078c4ca3cea594e78c71393cb3e12f3
This commit is contained in:
Sharlatan Hellseher
2025-12-31 13:11:15 +00:00
parent 8240f35e15
commit eb4aa7bd2c

View File

@@ -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))