Merge pull request #124004 from fabaff/bump-pymsteams

python3Packages.pymsteams: 0.1.14 -> 0.1.15
This commit is contained in:
Fabian Affolter 2021-05-24 01:14:06 +02:00 committed by GitHub
commit 8fe39d98e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];