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

This commit is contained in:
dotlambda 2026-01-07 08:48:02 +00:00 committed by GitHub
commit 4f292519f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [