Skip to content

Commit

Permalink
python3Packages.azure-mgmt-sql: 0.24.0 -> 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Ringer committed Nov 29, 2020
1 parent f456948 commit 30a9993
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/development/python-modules/azure-mgmt-sql/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,26 @@
, msrest
, msrestazure
, azure-common
, azure-mgmt-core
, azure-mgmt-nspkg
, isPy3k
}:

buildPythonPackage rec {
pname = "azure-mgmt-sql";
version = "0.24.0";
version = "1.0.0";

src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "da391ed00d82cd8e20ca50affdc43b99fd9a7919b54a3a0d53c73cb41eea09d3";
sha256 = "c7904f8798fbb285a2160c41c8bd7a416c6bd987f5d36a9b98c16f41e24e9f47";
};

propagatedBuildInputs = [
msrest
msrestazure
azure-common
azure-mgmt-core
] ++ lib.optionals (!isPy3k) [
azure-mgmt-nspkg
];
Expand Down

0 comments on commit 30a9993

Please sign in to comment.