lol

Merge pull request #161992 from r-ryantm/auto-update/python3.10-azure-mgmt-batch

python310Packages.azure-mgmt-batch: 16.0.0 -> 16.1.0

authored by

Fabian Affolter and committed by
GitHub
5ed6e846 92678a1e

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-batch/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "azure-mgmt-batch"; 14 - version = "16.0.0"; 14 + version = "16.1.0"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 18 extension = "zip"; 19 - sha256 = "1b3cecd6f16813879c6ac1a1bb01f9a6f2752cd1f9157eb04d5e41e4a89f3c34"; 19 + sha256 = "sha256-9J0VQ3uAsi4kuEe9UG4xpcEV1Sc+nkjECgVfzG7j5jk="; 20 20 }; 21 21 22 22 propagatedBuildInputs = [