Commit 282c2860 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pypdfium2: 5.0.0 -> 5.1.0

parent de3255d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -36,14 +36,14 @@ let
in
buildPythonPackage rec {
  pname = "pypdfium2";
  version = "5.0.0";
  version = "5.1.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pypdfium2-team";
    repo = "pypdfium2";
    tag = version;
    hash = "sha256-to6l8kfi6pYRs+hv+9zdxpSyhKCxX79G/EMdz6OBBaA=";
    hash = "sha256-u/bmvik6HRrSksO5QKRAqTr5r/qBPNFlooIZxWNoA+Y=";
  };

  build-system = [