python3Packages.pymsteams: 0.1.14 -> 0.1.15

This commit is contained in:
Fabian Affolter 2021-05-22 12:07:41 +02:00
parent 565c83c7a8
commit 66a78ee751

View file

@ -6,13 +6,13 @@
buildPythonPackage rec {
pname = "pymsteams";
version = "0.1.14";
version = "0.1.15";
src = fetchFromGitHub {
owner = "rveachkc";
repo = pname;
rev = version;
sha256 = "19gnsjzf3kwcwp2rwa30zpqjqgxb9plgcsx7fqbmxnrxgw99fyqx";
sha256 = "sha256-PBh6AmKqdiD3WJQnVqUj4DUVv9I0ZZJ6E0McfWQIiwQ=";
};
propagatedBuildInputs = [ requests ];