diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2020-11-28 08:45:50 -0800 |
|---|---|---|
| committer | Jonathan Ringer <jonringer@users.noreply.github.com> | 2020-11-29 00:11:24 -0800 |
| commit | 115b62b4cb2e3896169e4ae7d4dd74a8130b129e (patch) | |
| tree | daee82d508031565a5f3ce92f7be6017625e0153 /pkgs/development/python-modules | |
| parent | python3Packages.azure-storage-blob: 12.5.0 -> 12.6.0 (diff) | |
| download | nixpkgs-115b62b4cb2e3896169e4ae7d4dd74a8130b129e.tar.gz | |
python3Packages.azure-storage-file-share: 12.2.0 -> 12.3.0
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/azure-storage-file-share/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-storage-file-share/default.nix b/pkgs/development/python-modules/azure-storage-file-share/default.nix index b8a642f665cd..ad2280464497 100644 --- a/pkgs/development/python-modules/azure-storage-file-share/default.nix +++ b/pkgs/development/python-modules/azure-storage-file-share/default.nix @@ -12,13 +12,13 @@ buildPythonPackage rec { pname = "azure-storage-file-share"; - version = "12.2.0"; + version = "12.3.0"; disabled = !isPy3k; src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "b649ed8afd67c10c9833f349a7c579d771a6425ad6b88027130a6b8cfa433ffb"; + sha256 = "9f24a0ab51fd7ad294353594660b21081233f68ed8ee7483cdca26a70ce0ccbc"; }; propagatedBuildInputs = [ |
