Skip to content

Commit

Permalink
python312Packages.exchangelib: 5.4.3 -> 5.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and natsukium committed Oct 29, 2024
1 parent 703fc88 commit 4843f8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/exchangelib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,16 @@

buildPythonPackage rec {
pname = "exchangelib";
version = "5.4.3";
version = "5.5.0";
pyproject = true;

disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "ecederstrand";
repo = "exchangelib";
rev = "refs/tags/v${version}";
hash = "sha256-SX5F0OXKdxA2HoDwvCe4M7RftdjUEdQuFbxRyuABC4E=";
hash = "sha256-nu1uhsUc4NhVE08RtaD8h6KL6DFzA8mPcCJ/cX2UYME=";
};

pythonRelaxDeps = [ "defusedxml" ];
Expand Down

0 comments on commit 4843f8e

Please sign in to comment.