Merge pull request #49063 from r-ryantm/auto-update/python3.6-adal

python36Packages.adal: 1.0.2 -> 1.2.0
This commit is contained in:
Jörg Thalheim 2018-10-25 15:00:56 +01:00 committed by GitHub
commit e6ea928539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "adal";
version = "1.0.2";
version = "1.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "4c020807b3f3cfd90f59203077dd5e1f59671833f8c3c5028ec029ed5072f9ce";
sha256 = "1hgm62wil1avc3h0dwbks2v6l19xfsjl3azai16llsyp70y92lms";
};
propagatedBuildInputs = [ requests pyjwt dateutil ];