From 78f983afc3a1bfe2947a637046093c1ab4a1ee72 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 6 Jun 2023 23:05:30 +0200 Subject: [PATCH] python311Packages.azure-mgmt-frontdoor: 1.0.1 -> 1.1.0 --- .../python-modules/azure-mgmt-frontdoor/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/azure-mgmt-frontdoor/default.nix b/pkgs/development/python-modules/azure-mgmt-frontdoor/default.nix index 4afabdf64ddd..094e79819c2f 100644 --- a/pkgs/development/python-modules/azure-mgmt-frontdoor/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-frontdoor/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "azure-mgmt-frontdoor"; - version = "1.0.1"; + version = "1.1.0"; src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "sha256-nJXQ/BpyOwmybNUqE4cBxq5xxZE56lqgHSTKZTIHIuU="; + sha256 = "sha256-GqrJNNcQrNffgqRywgaJ2xkwy+fOJai/RlSVkpw6NWg="; }; propagatedBuildInputs = [