Skip to content

Commit

Permalink
python312Packages.azure-mgmt-network: 26.0.0 -> 27.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 8, 2024
1 parent c41d80b commit f4f2cdd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pkgs/development/python-modules/azure-mgmt-network/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,20 @@

buildPythonPackage rec {
pname = "azure-mgmt-network";
version = "26.0.0";
version = "27.0.0";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-TeZ2GEGVBT/bEGpuoQQqiU5wxzGm08imM9UvUin07hs=";
pname = "azure_mgmt_network";
inherit version;
hash = "sha256-XBxh2LsTrUD3iKJv11acHZ1g6y5MsZwqG12cAq6GIxY=";
};

nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];

propagatedBuildInputs = [
dependencies = [
azure-common
azure-mgmt-core
isodate
Expand Down

0 comments on commit f4f2cdd

Please sign in to comment.