Skip to content

Commit d3c846e

Browse files
author
Jonathan Ringer
committed
python3Packages.azure-mgmt-sql: 0.18.0 -> 0.19.0
1 parent 6a3b7c1 commit d3c846e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkgs/development/python-modules/azure-mgmt-sql

pkgs/development/python-modules/azure-mgmt-sql/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@
1010

1111
buildPythonPackage rec {
1212
pname = "azure-mgmt-sql";
13-
version = "0.18.0";
13+
version = "0.19.0";
1414

1515
src = fetchPypi {
1616
inherit pname version;
1717
extension = "zip";
18-
sha256 = "99ca085eb523a5c27933060ccb04d7a6b60864f98d87bf5b63ac17d419b43445";
18+
sha256 = "694649d4c9c5f89e543f23ec10e450b6382b2f1bc5843ef266cfc302276038c6";
1919
};
2020

2121
propagatedBuildInputs = [

0 commit comments

Comments
 (0)