python36Packages.adal: 1.0.2 -> 1.2.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/python3.6-adal/versions
This commit is contained in:
parent
86c7662be0
commit
a57aabe18f
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "adal";
|
pname = "adal";
|
||||||
version = "1.0.2";
|
version = "1.2.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "4c020807b3f3cfd90f59203077dd5e1f59671833f8c3c5028ec029ed5072f9ce";
|
sha256 = "1hgm62wil1avc3h0dwbks2v6l19xfsjl3azai16llsyp70y92lms";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests pyjwt dateutil ];
|
propagatedBuildInputs = [ requests pyjwt dateutil ];
|
||||||
|
|
Loading…
Reference in New Issue