Unverified Commit 80cb6c42 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

python3Packages.fpdf2: 2.8.4 -> 2.8.5 (#461496)

parents 0a773851 2ae5d005
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 ];