Unverified Commit e38ff578 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #198318 from r-ryantm/auto-update/python310Packages.azure-mgmt-redis

python310Packages.azure-mgmt-redis: 14.0.0 -> 14.1.0
parents 015e6ab6 3e80adde
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,12 +11,12 @@

buildPythonPackage rec {
  pname = "azure-mgmt-redis";
  version = "14.0.0";
  version = "14.1.0";

  src = fetchPypi {
    inherit pname version;
    extension = "zip";
    sha256 = "sha256-WErNQiinmxBNyaOAqbHWGk2OLxtM9o63wDEQGf+iL6Q=";
    sha256 = "sha256-LO92Wc2+VvsEKiOjVSHXw2o3D69NQlL58m+YqWl6+ig=";
  };

  propagatedBuildInputs = [