Unverified Commit 2ae5d005 authored by Leona Maroni's avatar Leona Maroni
Browse files

python3Packages.fpdf2: 2.8.4 -> 2.8.5

fixes build error after latest staging-next cycle
parent 0d9bcf4d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,14 +17,14 @@

buildPythonPackage rec {
  pname = "fpdf2";
  version = "2.8.4";
  version = "2.8.5";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "py-pdf";
    repo = "fpdf2";
    tag = version;
    hash = "sha256-MD1ci80FBX8pVspMPqAX2UaTjymWHReI3lA9J4ZiBio=";
    hash = "sha256-LQZ7OMfL+PFxEc7q/dSw+YJoKr+eYEaZF8XCzd7AdBI=";
  };

  build-system = [ setuptools ];