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

python311Packages.azure-storage-file-share: 12.14.2 -> 12.15.0

+2 -2
+2 -2
pkgs/development/python-modules/azure-storage-file-share/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "azure-storage-file-share"; 14 - version = "12.14.2"; 14 + version = "12.15.0"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-mcMtgN2jX4hO4NSNk/1X9vT/vgCulYR5w7fV9OsCHrw="; 21 + hash = "sha256-AJjxz6k0TE94HODNUE/zo1JVdRVTwB5yDczQyqjYqio="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [