1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 14:41:17 +00:00

Merge pull request #136648 from r-ryantm/auto-update/python3.8-azure-mgmt-rdbms

This commit is contained in:
Sandro 2021-09-12 17:11:44 +02:00 committed by GitHub
commit 35a19d0b2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,12 +11,12 @@
buildPythonPackage rec {
pname = "azure-mgmt-rdbms";
version = "9.0.0";
version = "9.1.0";
src = fetchPypi {
inherit pname version;
extension = "zip";
sha256 = "36a508fe40f904723485586e9088092e6f65cdb82bc86efc42d615499c256829";
sha256 = "f738d9e6db8f6da6bb4e84e59dd0548c8adef948357a447337e78d1035ac960a";
};
propagatedBuildInputs = [