Merge pull request #140943 from fabaff/bump-pymsteams

python3Packages.pymsteams: 0.1.15 -> 0.1.16
This commit is contained in:
Fabian Affolter 2021-10-08 17:16:56 +02:00 committed by GitHub
commit 19978318c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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