diff options
| author | Jonathan Ringer <jonringer117@gmail.com> | 2021-01-27 19:55:43 -0800 |
|---|---|---|
| committer | Jonathan Ringer <jonringer117@gmail.com> | 2021-01-27 20:03:45 -0800 |
| commit | 10941ccbed8aee4d37a22dcd1e69cb2d901dc41b (patch) | |
| tree | 6d00f413f1d3ae06e79e16fc94c5a6fd300bb6cc /pkgs/development/python-modules | |
| parent | 320232bacb0afcedae36499a4fcddeb8a73e2e60 (diff) | |
python3Packages.azure-mgmt-botservice: 0.2.0 -> 0.3.0
Diffstat (limited to 'pkgs/development/python-modules')
| -rw-r--r-- | pkgs/development/python-modules/azure-mgmt-botservice/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/azure-mgmt-botservice/default.nix b/pkgs/development/python-modules/azure-mgmt-botservice/default.nix index d9375942b4d3..ead8dbd3f015 100644 --- a/pkgs/development/python-modules/azure-mgmt-botservice/default.nix +++ b/pkgs/development/python-modules/azure-mgmt-botservice/default.nix @@ -5,13 +5,13 @@ }: buildPythonPackage rec { - version = "0.2.0"; + version = "0.3.0"; pname = "azure-mgmt-botservice"; disabled = isPy27; src = fetchPypi { inherit pname version; - sha256 = "10sxllwvybjlp35h5mjdxhkw2wzpl4b03i08p4jnv8cswrc8h7dj"; + sha256 = "f8318878a66a0685a01bf27b7d1409c44eb90eb72b0a616c1a2455c72330f2f1"; extension = "zip"; }; |
