Unverified Commit 93668c64 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #295465 from r-ryantm/auto-update/python311Packages.fakeredis

python311Packages.fakeredis: 2.21.1 -> 2.21.3
parents 57da21f1 abbdbd2f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@

buildPythonPackage rec {
  pname = "fakeredis";
  version = "2.21.1";
  version = "2.21.3";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
    owner = "dsoftwareinc";
    repo = "fakeredis-py";
    rev = "refs/tags/v${version}";
    hash = "sha256-2+ZZTWhUb6rj7oWPnDP0PJUHj0CJpOD8iZxmtO4xSbo=";
    hash = "sha256-GIg+a8G5S0dmbvMKqS/Vn+wzNM6iNIs3bKPqhecsQt4=";
  };

  nativeBuildInputs = [