python3Packages.azure-multiapi-storage: 0.10.0 -> 1.0.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:12:57 +01:00
parent fd39cc5e1b
commit 0a0d0ffadd

View file

@ -7,13 +7,13 @@
}:
buildPythonPackage rec {
version = "0.10.0";
version = "1.0.0";
pname = "azure-multiapi-storage";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "sha256-QhC2s/onnlbFVxMmK6SJg2hatxp4WTrYWtMV0pXtAZ8=";
sha256 = "sha256-x5v3e3/poSm+JMt0SWI1lcM6YAUcP+o2Sn8TluXOyIg=";
};
propagatedBuildInputs = [