python312Packages.mandown: 1.11.1 -> 1.11.2

This commit is contained in:
R. Ryantm
2025-03-07 02:09:56 +00:00
parent 5c6bec2e11
commit 232647a5cf
@@ -19,14 +19,14 @@
buildPythonPackage rec {
pname = "mandown";
version = "1.11.1";
version = "1.11.2";
pyproject = true;
src = fetchFromGitHub {
owner = "potatoeggy";
repo = "mandown";
tag = "v${version}";
hash = "sha256-xoRUGtZMM1l3gCtF1wFHBo3vTEGJcNxqkO/yeTuEke8=";
hash = "sha256-dKo/sFCdk5nRQ5OrUjTCl5cswfVgEPb/nTnloCeuIRA=";
};
build-system = [