Skip to content

Commit

Permalink
python310Packages.fakeredis: 2.10.1 -> 2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 22, 2023
1 parent 293e39e commit 99c0cbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/fakeredis/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

buildPythonPackage rec {
pname = "fakeredis";
version = "2.10.1";
version = "2.10.2";
format = "pyproject";

disabled = pythonOlder "3.7";
Expand All @@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "dsoftwareinc";
repo = "fakeredis-py";
rev = "refs/tags/v${version}";
hash = "sha256-5jtI7EemKi0w/ezr/jLFQFndvqOjVE0SUm1urluKusY=";
hash = "sha256-ZQC8KNHM6Nnytkr6frZMl5mBVPkpduWZwwooCPymbFY=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 99c0cbe

Please sign in to comment.