summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorKevin Amado <kamadorueda@gmail.com>2020-01-23 21:52:21 -0500
committerJon <jonringer@users.noreply.github.com>2020-01-24 01:53:35 -0800
commit268180742c11c1dbed7e3bfabcfc619ce01255da (patch)
tree4e343fcfbefbf4e36b29b705f5d862c1ab172687 /pkgs/top-level
parentd44322f1f3844fbff5833ad07c7c21aae26bd067 (diff)
downloadnixpkgs-268180742c11c1dbed7e3bfabcfc619ce01255da.tar
nixpkgs-268180742c11c1dbed7e3bfabcfc619ce01255da.tar.gz
nixpkgs-268180742c11c1dbed7e3bfabcfc619ce01255da.tar.bz2
nixpkgs-268180742c11c1dbed7e3bfabcfc619ce01255da.tar.lz
nixpkgs-268180742c11c1dbed7e3bfabcfc619ce01255da.tar.xz
nixpkgs-268180742c11c1dbed7e3bfabcfc619ce01255da.tar.zst
nixpkgs-268180742c11c1dbed7e3bfabcfc619ce01255da.zip
pythonPackages.azure-storage-file-share: init at 12.0.0
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 2f854138ba1..e1bd47648f0 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -312,6 +312,8 @@ in {
 
   azure-storage-file = callPackage ../development/python-modules/azure-storage-file { };
 
+  azure-storage-file-share = callPackage ../development/python-modules/azure-storage-file-share { };
+
   azure-storage-queue = callPackage ../development/python-modules/azure-storage-queue { };
 
   azure-mgmt-nspkg = callPackage ../development/python-modules/azure-mgmt-nspkg { };