python3Packages.md2pdf: 3.1.0 -> 3.1.1

Diff: https://github.com/jmaupetit/md2pdf/compare/v3.1.0...v3.1.1

Changelog: https://github.com/jmaupetit/md2pdf/blob/v3.1.1/CHANGELOG.md
This commit is contained in:
Robert Schütz
2026-04-01 10:07:32 -07:00
parent 25bb42930f
commit edc78b4129
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "md2pdf";
version = "3.1.0";
version = "3.1.1";
pyproject = true;
src = fetchFromGitHub {
owner = "jmaupetit";
repo = "md2pdf";
tag = "v${version}";
hash = "sha256-ksccl9K0o0mZleyLe1K1ob78W2MKZksTFtu6/dZUWeg=";
hash = "sha256-EZIiuyy2FhHgpCh95/KbYfQpxyPQfDHnB/Q5yo2xVac=";
};
build-system = [ hatchling ];