python310Packages.azure-mgmt-core: 1.3.2 -> 1.4.0

This commit is contained in:
Fabian Affolter 2023-06-03 23:37:07 +02:00
parent a6c97bcc7a
commit 97995f5e86

View File

@ -6,13 +6,13 @@
}:
buildPythonPackage rec {
version = "1.3.2";
version = "1.4.0";
pname = "azure-mgmt-core";
src = fetchPypi {
inherit pname version;
extension = "zip";
hash = "sha256-B/Sv6COlXXBLBI1h7f3BMYwFHtWfJEAyEmNQvpXp1QE=";
hash = "sha256-0ZUgg0AJT5jlpmYbeBzeb2oFHnnOMXyqvY/5cDCps64=";
};
propagatedBuildInputs = [