nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

Merge pull request #231273 from r-ryantm/auto-update/python310Packages.azure-mgmt-datafactory

python310Packages.azure-mgmt-datafactory: 3.0.0 -> 3.1.0

authored by

Fabian Affolter and committed by
GitHub
35dabd5b 4b177b1d

+2 -2
+2 -2
pkgs/development/python-modules/azure-mgmt-datafactory/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "azure-mgmt-datafactory"; 13 - version = "3.0.0"; 13 + version = "3.1.0"; 14 14 format = "setuptools"; 15 15 16 16 disabled = pythonOlder "3.7"; ··· 18 18 src = fetchPypi { 19 19 inherit pname version; 20 20 extension = "zip"; 21 - hash = "sha256-aVfH65fJnsTSr0MR0Fr5yamxIOv2+aST953uCr7QXOk="; 21 + hash = "sha256-lsOUxDoXocf1fUIcY4q74/vd86LO7yumJg7rJ6i3zcg="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [