Unverified Commit 0b075775 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #233155 from r-ryantm/auto-update/python310Packages.types-redis

python310Packages.types-redis: 4.5.4.1 -> 4.5.5.2
parents 64f9a3a8 308ccc25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

buildPythonPackage rec {
  pname = "types-redis";
  version = "4.5.4.1";
  version = "4.5.5.2";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-vwQZL0FbK0Ls79cLtLkesDUuSPJxaiE+A441wJamOcI=";
    hash = "sha256-L+gvN02d3fAH3q8j2B/dz9lSPZUivxFSPFxDvFsnCZ4=";
  };

  propagatedBuildInputs = [