diff --git a/pkgs/development/python-modules/pdfplumber/default.nix b/pkgs/development/python-modules/pdfplumber/default.nix index 78d848ec9a1e..6a8b080339cf 100644 --- a/pkgs/development/python-modules/pdfplumber/default.nix +++ b/pkgs/development/python-modules/pdfplumber/default.nix @@ -20,14 +20,14 @@ buildPythonPackage rec { pname = "pdfplumber"; - version = "0.11.6"; + version = "0.11.7"; pyproject = true; src = fetchFromGitHub { owner = "jsvine"; repo = "pdfplumber"; tag = "v${version}"; - hash = "sha256-ljoM252w0oOqTUgYT6jtAW+jElPU9a49K6Atwdv5Dvo="; + hash = "sha256-6oCHFf/lNQidP69l0lVcvIQ0ldO3djRDnxLwcZ+VDVk="; }; build-system = [ setuptools ]; @@ -66,7 +66,7 @@ buildPythonPackage rec { description = "Plumb a PDF for detailed information about each char, rectangle, line, et cetera — and easily extract text and tables"; mainProgram = "pdfplumber"; homepage = "https://github.com/jsvine/pdfplumber"; - changelog = "https://github.com/jsvine/pdfplumber/releases/tag/v${version}"; + changelog = "https://github.com/jsvine/pdfplumber/releases/tag/${src.tag}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ happysalada ]; };