From 24ad93526afacbd0c7519383bbdcad13d59519b3 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Mon, 22 Jan 2024 04:20:00 +0000 Subject: [PATCH] python311Packages.borb: 2.1.20 -> 2.1.21 Diff: https://github.com/jorisschellekens/borb/compare/v2.1.20...v2.1.21 Changelog: https://github.com/jorisschellekens/borb/releases/tag/v2.1.21 --- pkgs/development/python-modules/borb/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/borb/default.nix b/pkgs/development/python-modules/borb/default.nix index 2c8c84bbf20c..2c20e8ff7fb7 100644 --- a/pkgs/development/python-modules/borb/default.nix +++ b/pkgs/development/python-modules/borb/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "borb"; - version = "2.1.20"; + version = "2.1.21"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-HvPwFtqAPtJrG+O+t8OyQmYHVo6DC7StAjSfAxtuFe4="; + hash = "sha256-gnsPsvchvcUlWwmhDIazuc8/83ZRKc29VKhIDFSoFlE="; }; propagatedBuildInputs = [ @@ -44,6 +44,7 @@ buildPythonPackage rec { meta = with lib; { 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}"; license = licenses.agpl3Only; maintainers = with maintainers; [ marsam ]; };