Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python37Packages.azure-mgmt-batch: 14.0.0 -> 15.0.0

authored by R. RyanTM and committed by Jonathan Ringer bcbfb00f 60d97842

+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 = "14.0.0"; 14 + version = "15.0.0"; 15 15 16 16 src = fetchPypi { 17 17 inherit pname version; 18 18 extension = "zip"; 19 - sha256 = "1d3b2c9ebd57c8874e11d29e7dd05a1f078d2156fc9683e2f2ad41024e448bf6"; 19 + sha256 = "9b793bb31a0d4dc8c29186db61db24d83795851a75846aadb187cf95bf853ccb"; 20 20 }; 21 21 22 22 propagatedBuildInputs = [