Loading pkgs/development/python-modules/azure-storage-blob/default.nix +2 −9 Original line number Diff line number Diff line { lib , azure-common , azure-core , azure-storage-common , buildPythonPackage , cryptography , fetchPypi , isodate , msrest , pythonOlder , typing-extensions }: buildPythonPackage rec { pname = "azure-storage-blob"; version = "12.17.0"; version = "12.18.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; extension = "zip"; hash = "sha256-wUt4WhcFCzD8MmoxW9rmvEoHiFX0+UpMMDrXSkjcjGM="; hash = "sha256-4Rk1NImB/8AFuEi1XbJcBPLR+Q4e4zAAZZkGt2PPFMg="; }; propagatedBuildInputs = [ azure-common azure-core azure-storage-common cryptography isodate msrest typing-extensions ]; Loading Loading
pkgs/development/python-modules/azure-storage-blob/default.nix +2 −9 Original line number Diff line number Diff line { lib , azure-common , azure-core , azure-storage-common , buildPythonPackage , cryptography , fetchPypi , isodate , msrest , pythonOlder , typing-extensions }: buildPythonPackage rec { pname = "azure-storage-blob"; version = "12.17.0"; version = "12.18.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; extension = "zip"; hash = "sha256-wUt4WhcFCzD8MmoxW9rmvEoHiFX0+UpMMDrXSkjcjGM="; hash = "sha256-4Rk1NImB/8AFuEi1XbJcBPLR+Q4e4zAAZZkGt2PPFMg="; }; propagatedBuildInputs = [ azure-common azure-core azure-storage-common cryptography isodate msrest typing-extensions ]; Loading