Commit 97eb03b1 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pdfminer-six: 20251107 -> 20251227

parent 3aebc5e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

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

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

  build-system = [