Loading pkgs/development/python-modules/azure-storage-file-share/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -12,14 +12,15 @@ buildPythonPackage rec { pname = "azure-storage-file-share"; version = "12.17.0"; version = "12.18.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-97LGz8G3y4AJelOx7S76nlRbSaKRQw02nNtJ+vvIQdY="; pname = "azure_storage_file_share"; inherit version; hash = "sha256-CoHa7l4TWYrM3jxzsa7Mxu39zsXpV79AFQwGIvuV3HY="; }; build-system = [ setuptools ]; Loading Loading
pkgs/development/python-modules/azure-storage-file-share/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -12,14 +12,15 @@ buildPythonPackage rec { pname = "azure-storage-file-share"; version = "12.17.0"; version = "12.18.0"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-97LGz8G3y4AJelOx7S76nlRbSaKRQw02nNtJ+vvIQdY="; pname = "azure_storage_file_share"; inherit version; hash = "sha256-CoHa7l4TWYrM3jxzsa7Mxu39zsXpV79AFQwGIvuV3HY="; }; build-system = [ setuptools ]; Loading