python3Packages.borb: 2.1.25 -> 3.0.4

https://github.com/jorisschellekens/borb/releases/tag/v3.0.4

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:22 +01:00
parent 3ff0baaa39
commit 4cc50aace4
@@ -18,14 +18,14 @@
buildPythonPackage rec {
pname = "borb";
version = "2.1.25";
version = "3.0.4";
pyproject = true;
src = fetchFromGitHub {
owner = "jorisschellekens";
repo = "borb";
tag = "v${version}";
hash = "sha256-eVxpcYL3ZgwidkSt6tUav3Bkne4lo1QCshdUFqkA0wI=";
hash = "sha256-p9tVG2Pvqk5uDXdeB+7F71w3h4/zut+htlm4p+qqfWA=";
};
# ModuleNotFoundError: No module named '_decimal'
@@ -72,7 +72,7 @@ buildPythonPackage rec {
meta = {
description = "Library for reading, creating and manipulating PDF files in Python";
homepage = "https://borbpdf.com/";
changelog = "https://github.com/jorisschellekens/borb/releases/tag/v${version}";
changelog = "https://github.com/jorisschellekens/borb/releases/tag/${src.tag}";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ getchoo ];
};