Commit bd64cb6c authored by R. RyanTM's avatar R. RyanTM Committed by Masum Reza
Browse files

python3Packages.pypdf: 5.6.1 -> 5.7.0

parent 29ef9ed9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@

buildPythonPackage rec {
  pname = "pypdf";
  version = "5.6.1";
  version = "5.7.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -38,7 +38,7 @@ buildPythonPackage rec {
    tag = version;
    # fetch sample files used in tests
    fetchSubmodules = true;
    hash = "sha256-+/tb370yraT78wGeLc0WVYQ5/SE9PBXMtuazGLiaAJc=";
    hash = "sha256-O1kV9VKbI3MFsWvr3jrDg9rJ0G+92ny0v7g4Xx/1ytM=";
  };

  outputs = [