Skip to content

Commit

Permalink
python312Packages.azure-mgmt-cosmosdb: 9.5.1 -> 9.6.0 (NixOS#343136)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 20, 2024
2 parents 90a3274 + 2580223 commit e6d28e7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pkgs/development/python-modules/azure-mgmt-cosmosdb/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,25 @@
fetchPypi,
isodate,
pythonOlder,
setuptools,
}:

buildPythonPackage rec {
pname = "azure-mgmt-cosmosdb";
version = "9.5.1";
format = "setuptools";
version = "9.6.0";
pyproject = true;

disabled = pythonOlder "3.9";

src = fetchPypi {
inherit pname version;
hash = "sha256-TlXTlz8RzwLPeoBVruhmFSM9fL47siegfBdrrIvH7wI=";
pname = "azure_mgmt_cosmosdb";
inherit version;
hash = "sha256-Znx9io9UKw55cuYydK9TatmFGH4kpswuPI7vNVYIgfw=";
};

propagatedBuildInputs = [
build-system = [ setuptools ];

dependencies = [
isodate
azure-common
azure-mgmt-core
Expand Down

0 comments on commit e6d28e7

Please sign in to comment.