python312Packages.pymsteams: 0.2.3 -> 0.2.4

Diff: https://github.com/rveachkc/pymsteams/compare/refs/tags/0.2.3...0.2.4

Changelog: https://github.com/rveachkc/pymsteams/releases/tag/0.2.4
This commit is contained in:
Fabian Affolter
2025-01-07 00:13:43 +01:00
parent 9cb856694c
commit 5b7eea2de3
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pymsteams";
version = "0.2.3";
version = "0.2.4";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "rveachkc";
repo = "pymsteams";
tag = version;
hash = "sha256-suPCAzjQp46+kKFiCtm65lxBbsn78Owq4dVmWCdhIpA=";
hash = "sha256-SXFJrhT/5Jf3OVUnVfayNk4BvQ2YFZ6SDTADDQOo3Go=";
};
build-system = [ setuptools ];