Unverified Commit 4f292519 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.pdfminer-six: 20251227 -> 20251230 (#477310)

parents 440225b1 cada6f6a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

buildPythonPackage rec {
  pname = "pdfminer-six";
  version = "20251227";
  version = "20251230";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "pdfminer";
    repo = "pdfminer.six";
    tag = version;
    hash = "sha256-O/9B04lLFNoqvvyGAFADuqzIGnthN50V1+PMAFt1ysc=";
    hash = "sha256-//rcpcEn4lYYEkji2bo801AWj1ThEZPRuq1hNYYyVVk=";
  };

  build-system = [