Skip to content

Commit

Permalink
python312Packages.pymupdf: 1.24.8 -> 1.24.9
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 31, 2024
1 parent 151889c commit e4c2ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pymupdf/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ let
in
buildPythonPackage rec {
pname = "pymupdf";
version = "1.24.8";
version = "1.24.9";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -49,7 +49,7 @@ buildPythonPackage rec {
owner = "pymupdf";
repo = "PyMuPDF";
rev = "refs/tags/${version}";
hash = "sha256-NG4ZJYMYTQHiqpnaOz7hxf5UW417UKawe5EqXaBnKJ8=";
hash = "sha256-ly8Hgn0gZ6ecqMGBteDGvgor/KaMWe6Um5YCPehsU48=";
};

# swig is not wrapped as Python package
Expand Down

0 comments on commit e4c2ae9

Please sign in to comment.