From 3745d96adcc74ccc3b93b8c2127b2cc246eae739 Mon Sep 17 00:00:00 2001 From: "R. RyanTM" Date: Sun, 9 Feb 2020 07:51:30 +0000 Subject: [PATCH] python27Packages.azure-mgmt-policyinsights: 0.3.1 -> 0.4.0 --- .../python-modules/azure-mgmt-policyinsights/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-mgmt-policyinsights/default.nix b/pkgs/development/python-modules/azure-mgmt-policyinsights/default.nix index 4df00abc806b..37c7e46cbf3a 100644 --- a/pkgs/development/python-modules/azure-mgmt-policyinsights/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-policyinsights/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "azure-mgmt-policyinsights"; - version = "0.3.1"; + version = "0.4.0"; src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "b27f5ac367b69e225ab02fa2d1ea20cbbfe948ff43b0af4698cd8cbde0063908"; + sha256 = "1b69rz9wm0jvc54vx3b7h633x8gags51xwxrkp6myar40jggxw6g"; }; propagatedBuildInputs = [