mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
python3Packages.azure-mgmt-synapse: 2.0.0 -> 2.1.0b5
Signed-off-by: Paul Meyer <katexochen0@gmail.com>
This commit is contained in:
@@ -11,12 +11,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "azure-mgmt-synapse";
|
||||
version = "2.0.0";
|
||||
version = "2.1.0b5";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-vsa9+utVtP3RWfIFXoh1v1CnILsPzoCoFukqI1m4mMg=";
|
||||
hash = "sha256-5E6Yf1GgNyNVjd+SeFDbhDxnOA6fOAG6oojxtCP4m+k=";
|
||||
extension = "zip";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user