python312Packages.exchangelib: 5.5.0 -> 5.5.1

R. Ryantm a1b035ea ceb97411

Changed files
+3 -3
pkgs
development
python-modules
exchangelib
+3 -3
pkgs/development/python-modules/exchangelib/default.nix
···
buildPythonPackage rec {
pname = "exchangelib";
-
version = "5.5.0";
+
version = "5.5.1";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "ecederstrand";
repo = "exchangelib";
tag = "v${version}";
-
hash = "sha256-nu1uhsUc4NhVE08RtaD8h6KL6DFzA8mPcCJ/cX2UYME=";
+
hash = "sha256-HO88wM0yzETWS0eBnLABCjYHGE5wFpcjQgC8wsSumWA=";
};
pythonRelaxDeps = [ "defusedxml" ];
···
meta = with lib; {
description = "Client for Microsoft Exchange Web Services (EWS)";
homepage = "https://github.com/ecederstrand/exchangelib";
-
changelog = "https://github.com/ecederstrand/exchangelib/blob/v${version}/CHANGELOG.md";
+
changelog = "https://github.com/ecederstrand/exchangelib/blob/${src.tag}/CHANGELOG.md";
license = licenses.bsd2;
maintainers = with maintainers; [ catern ];
};