Skip to content

Commit

Permalink
Merge pull request #193237 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.fakeredis

python310Packages.fakeredis: 1.9.1 -> 1.9.3
  • Loading branch information
fabaff committed Sep 27, 2022
2 parents f28b6e5 + 0a49bd5 commit bc71a15
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 = "1.9.1";
version = "1.9.3";
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-3jsTNwxUZzkNxutYqK8lI37Cexrii6QydikW/TkUqbk=";
hash = "sha256-tZ+t4s5V8Na2Lt/TlkdJi7vZxlxAaMbk3MvxUhdQOLs=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit bc71a15

Please sign in to comment.