python: azure-mgmt-cosmosdb: 0.9.0 -> 0.11.0
This commit is contained in:
parent
7363042bb5
commit
7e5c31d25c
@ -10,12 +10,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "azure-mgmt-cosmosdb";
|
pname = "azure-mgmt-cosmosdb";
|
||||||
version = "0.9.0";
|
version = "0.11.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
extension = "zip";
|
extension = "zip";
|
||||||
sha256 = "0y28z30g7y2pj7rfxyxmqpr19z24d01g9qhafvjxry748im1961h";
|
sha256 = "3f6c1369903856864c7e4a05c2c261563153597172b182382d6332f3acd04016";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user