summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-07-06 09:48:06 -0700
committerJon <jonringer@users.noreply.github.com>2020-07-06 11:37:37 -0700
commit18a7de713d3d844b41337d3aadca69832bcbc528 (patch)
tree7ac084200d8f916de9299deb1dfc6220d8b26e0d
parent515a494faf5edaee882c3c0d47a7b7563e401197 (diff)
python3Packages.azure-multiapi-storage: 0.3.2 -> 0.3.5
-rw-r--r--pkgs/development/python-modules/azure-multiapi-storage/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-multiapi-storage/default.nix b/pkgs/development/python-modules/azure-multiapi-storage/default.nix
index d10045b41d78..17833940c9a6 100644
--- a/pkgs/development/python-modules/azure-multiapi-storage/default.nix
+++ b/pkgs/development/python-modules/azure-multiapi-storage/default.nix
@@ -7,13 +7,13 @@
}:
buildPythonPackage rec {
- version = "0.3.2";
+ version = "0.3.5";
pname = "azure-multiapi-storage";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
- sha256 = "c403a47e40e4a80d9c42c854993f5c07f12c2a75bd9a85ba8225985493a9b792";
+ sha256 = "71c238c785786a159b3ffd587a5e7fa1d9a517b66b592ae277fed73a9fbfa2b0";
};
propagatedBuildInputs = [