Skip to content

Commit

Permalink
mdbook-pdf-outline: 0.1.4 -> 0.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Hollow Man <hollowman@opensuse.org>
  • Loading branch information
HollowMan6 committed Mar 9, 2025
1 parent 0373f5a commit 25ee8d8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions pkgs/by-name/md/mdbook-pdf-outline/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
}:

python3Packages.buildPythonApplication rec {
pname = "mdbook-pdf-outline";
version = "0.1.4";
pname = "mdbook_pdf_outline";
version = "0.1.6";
pyproject = true;

src = fetchPypi {
inherit pname version;
hash = "sha256-STi+54iT+5+Xi0IzGXv2dxVS91+T6fjg3xmbJjekpPE=";
hash = "sha256-GPTDlgYpfPtcq+rJCjxgexfViYiqHoVZ8iQkyWXNogw=";
};

nativeBuildInputs = [
Expand All @@ -26,7 +26,10 @@ python3Packages.buildPythonApplication rec {
meta = with lib; {
homepage = "https://github.com/HollowMan6/mdbook-pdf";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ nix-julia ];
maintainers = with maintainers; [
nix-julia
hollowman6
];

};
}

0 comments on commit 25ee8d8

Please sign in to comment.