Skip to content

Commit 1002dd5

Browse files
authored
python312Packages.pymsteams: 0.2.3 -> 0.2.4 (NixOS#371604)
2 parents 7775dc3 + 5b7eea2 commit 1002dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pymsteams/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
buildPythonPackage rec {
1111
pname = "pymsteams";
12-
version = "0.2.3";
12+
version = "0.2.4";
1313
pyproject = true;
1414

1515
disabled = pythonOlder "3.7";
@@ -18,7 +18,7 @@ buildPythonPackage rec {
1818
owner = "rveachkc";
1919
repo = "pymsteams";
2020
tag = version;
21-
hash = "sha256-suPCAzjQp46+kKFiCtm65lxBbsn78Owq4dVmWCdhIpA=";
21+
hash = "sha256-SXFJrhT/5Jf3OVUnVfayNk4BvQ2YFZ6SDTADDQOo3Go=";
2222
};
2323

2424
build-system = [ setuptools ];

0 commit comments

Comments
 (0)