python3Packages.azure-common: 1.1.26 -> 1.1.27

This commit is contained in:
Jonathan Ringer 2021-05-05 22:38:20 -07:00 committed by Jonathan Ringer
parent e219febe6c
commit 3fe1f00593

View file

@ -9,14 +9,14 @@
}:
buildPythonPackage rec {
version = "1.1.26";
version = "1.1.27";
pname = "azure-common";
disabled = isPyPy;
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "b2866238aea5d7492cfb0282fc8b8d5f6d06fb433872345864d45753c10b6e4f";
sha256 = "9f3f5d991023acbd93050cf53c4e863c6973ded7e236c69e99c8ff5c7bad41ef";
};
propagatedBuildInputs = [